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 24 class HttpAuthHandlerRegistryFactory;
108 // Creates a standard HttpAuthHandlerRegistryFactory. The caller is
115 // HttpAuthHandlerRegistryFactory and any HttpAuthHandlers created by said
117 static HttpAuthHandlerRegistryFactory* CreateDefault(HostResolver* resolver);
126 // The HttpAuthHandlerRegistryFactory dispatches create requests out
128 class HttpAuthHandlerRegistryFactory : public HttpAuthHandlerFactory {
130 HttpAuthHandlerRegistryFactory();
131 virtual ~HttpAuthHandlerRegistryFactory();
140 // will be managed by this HttpAuthHandlerRegistryFactory object (including
155 // Creates an HttpAuthHandlerRegistryFactory
    [all...]

Completed in 319 milliseconds