HomeSort by relevance Sort by last modified time
    Searched defs:HttpAuthHandlerRegistryFactory (Results 1 - 4 of 4) 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...]
  /external/chromium_org/net/http/
http_auth_handler_factory.cc 45 HttpAuthHandlerRegistryFactory* HttpAuthHandlerFactory::CreateDefault(
48 HttpAuthHandlerRegistryFactory* registry_factory =
49 new HttpAuthHandlerRegistryFactory();
87 HttpAuthHandlerRegistryFactory::HttpAuthHandlerRegistryFactory() {
90 HttpAuthHandlerRegistryFactory::~HttpAuthHandlerRegistryFactory() {
95 void HttpAuthHandlerRegistryFactory::SetURLSecurityManager(
103 void HttpAuthHandlerRegistryFactory::RegisterSchemeFactory(
117 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 NET_EXPORT HttpAuthHandlerRegistryFactory
131 HttpAuthHandlerRegistryFactory();
132 virtual ~HttpAuthHandlerRegistryFactory();
141 // will be managed by this HttpAuthHandlerRegistryFactory object (including
156 // Creates an HttpAuthHandlerRegistryFactory
    [all...]

Completed in 57 milliseconds