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