Home | History | Annotate | Download | only in http

Lines Matching defs:HttpAuthHandlerRegistryFactory

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.
176 static HttpAuthHandlerRegistryFactory* Create(
198 DISALLOW_COPY_AND_ASSIGN(HttpAuthHandlerRegistryFactory);