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

/external/chromium/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...]
/external/chromium_org/net/http/
H A Dhttp_auth_handler_factory.h26 // An HttpAuthHandlerFactory is used to create HttpAuthHandler objects.
27 // The HttpAuthHandlerFactory object _must_ outlive any of the HttpAuthHandler
29 class NET_EXPORT HttpAuthHandlerFactory { class in namespace:net
36 HttpAuthHandlerFactory() : url_security_manager_(NULL) {} function in class:net::HttpAuthHandlerFactory
37 virtual ~HttpAuthHandlerFactory() {}
39 // Sets an URL security manager. HttpAuthHandlerFactory doesn't own the URL
123 DISALLOW_COPY_AND_ASSIGN(HttpAuthHandlerFactory);
129 : public HttpAuthHandlerFactory {
147 HttpAuthHandlerFactory* factory);
154 HttpAuthHandlerFactory* GetSchemeFactor
[all...]

Completed in 70 milliseconds