Searched refs:HttpAuthHandlerRegistryFactory (Results 1 – 6 of 6) sorted by relevance
42 HttpAuthHandlerRegistryFactory* HttpAuthHandlerFactory::CreateDefault( in CreateDefault()45 HttpAuthHandlerRegistryFactory* registry_factory = in CreateDefault()46 new HttpAuthHandlerRegistryFactory(); in CreateDefault()82 HttpAuthHandlerRegistryFactory::HttpAuthHandlerRegistryFactory() { in HttpAuthHandlerRegistryFactory() function in net::HttpAuthHandlerRegistryFactory85 HttpAuthHandlerRegistryFactory::~HttpAuthHandlerRegistryFactory() { in ~HttpAuthHandlerRegistryFactory()90 void HttpAuthHandlerRegistryFactory::SetURLSecurityManager( in SetURLSecurityManager()98 void HttpAuthHandlerRegistryFactory::RegisterSchemeFactory( in RegisterSchemeFactory()112 HttpAuthHandlerFactory* HttpAuthHandlerRegistryFactory::GetSchemeFactory( in GetSchemeFactory()123 HttpAuthHandlerRegistryFactory* HttpAuthHandlerRegistryFactory::Create( in Create()130 HttpAuthHandlerRegistryFactory* registry_factory = in Create()[all …]
25 class HttpAuthHandlerRegistryFactory; variable118 static HttpAuthHandlerRegistryFactory* CreateDefault(HostResolver* resolver);129 class NET_EXPORT HttpAuthHandlerRegistryFactory 132 HttpAuthHandlerRegistryFactory();133 virtual ~HttpAuthHandlerRegistryFactory();176 static HttpAuthHandlerRegistryFactory* Create(198 DISALLOW_COPY_AND_ASSIGN(HttpAuthHandlerRegistryFactory);
42 HttpAuthHandlerRegistryFactory registry_factory; in TEST()102 scoped_ptr<HttpAuthHandlerRegistryFactory> http_auth_handler_factory( in TEST()
121 scoped_ptr<HttpAuthHandlerRegistryFactory> http_auth_handler_factory( in TEST()
111 net::HttpAuthHandlerRegistryFactory http_auth_handler_factory_;
578 return net::HttpAuthHandlerRegistryFactory::Create( in CreateDefaultAuthHandlerFactory()