Searched refs:s_aSupport (Results 1 – 1 of 1) sorted by relevance
137 static Supported s_aSupport; in getAuthenticationMode() local138 if ( s_aSupport.empty() ) in getAuthenticationMode()157 s_aSupport.insert(Supported::value_type(*pIter,aInit)); in getAuthenticationMode()160 OSL_ENSURE(s_aSupport.find(_sURL) != s_aSupport.end(),"Illegal URL!"); in getAuthenticationMode()161 return s_aSupport[ _sURL ].eAuthentication; in getAuthenticationMode()
Completed in 18 milliseconds