HomeSort by relevance Sort by last modified time
    Searched defs:HttpAuthHandlerRegistryFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_auth_handler_factory.cc 42 HttpAuthHandlerRegistryFactory* HttpAuthHandlerFactory::CreateDefault(
45 HttpAuthHandlerRegistryFactory* registry_factory =
46 new HttpAuthHandlerRegistryFactory();
82 HttpAuthHandlerRegistryFactory::HttpAuthHandlerRegistryFactory() {
85 HttpAuthHandlerRegistryFactory::~HttpAuthHandlerRegistryFactory() {
90 void HttpAuthHandlerRegistryFactory::SetURLSecurityManager(
98 void HttpAuthHandlerRegistryFactory::RegisterSchemeFactory(
112 HttpAuthHandlerFactory* HttpAuthHandlerRegistryFactory::GetSchemeFactory
    [all...]
http_auth_handler_factory.h 25 class HttpAuthHandlerRegistryFactory;
109 // Creates a standard HttpAuthHandlerRegistryFactory. The caller is
116 // HttpAuthHandlerRegistryFactory and any HttpAuthHandlers created by said
118 static HttpAuthHandlerRegistryFactory* CreateDefault(HostResolver* resolver);
127 // The HttpAuthHandlerRegistryFactory dispatches create requests out
129 class NET_EXPORT HttpAuthHandlerRegistryFactory
132 HttpAuthHandlerRegistryFactory();
133 virtual ~HttpAuthHandlerRegistryFactory();
142 // will be managed by this HttpAuthHandlerRegistryFactory object (including
157 // Creates an HttpAuthHandlerRegistryFactory
    [all...]

Completed in 128 milliseconds