Searched defs:HttpAuthHandlerFactory (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_handler_factory.h27 // An HttpAuthHandlerFactory is used to create HttpAuthHandler objects.
28 // The HttpAuthHandlerFactory object _must_ outlive any of the HttpAuthHandler
30 class NET_EXPORT HttpAuthHandlerFactory { class in namespace:net
37 HttpAuthHandlerFactory() : url_security_manager_(NULL) {} function in class:net::HttpAuthHandlerFactory
38 virtual ~HttpAuthHandlerFactory() {}
40 // Sets an URL security manager. HttpAuthHandlerFactory doesn't own the URL
124 DISALLOW_COPY_AND_ASSIGN(HttpAuthHandlerFactory);
130 : public HttpAuthHandlerFactory {
148 HttpAuthHandlerFactory* factory);
155 HttpAuthHandlerFactory* GetSchemeFactor
[all...]

Completed in 519 milliseconds