Home
last modified time | relevance | path

Searched refs:HttpAuthHandlerFactory (Results 1 – 25 of 39) sorted by relevance

12

/external/chromium/net/http/
Dhttp_auth_handler_factory.h30 class NET_EXPORT HttpAuthHandlerFactory {
37 HttpAuthHandlerFactory() : url_security_manager_(NULL) {} in HttpAuthHandlerFactory() function
38 virtual ~HttpAuthHandlerFactory() {} in ~HttpAuthHandlerFactory()
124 DISALLOW_COPY_AND_ASSIGN(HttpAuthHandlerFactory);
130 : public HttpAuthHandlerFactory {
148 HttpAuthHandlerFactory* factory);
155 HttpAuthHandlerFactory* GetSchemeFactory(const std::string& scheme) const;
195 typedef std::map<std::string, HttpAuthHandlerFactory*> FactoryMap;
Dhttp_auth_handler_factory.cc18 int HttpAuthHandlerFactory::CreateAuthHandlerFromString( in CreateAuthHandlerFromString()
29 int HttpAuthHandlerFactory::CreatePreemptiveAuthHandlerFromString( in CreatePreemptiveAuthHandlerFromString()
42 HttpAuthHandlerRegistryFactory* HttpAuthHandlerFactory::CreateDefault( in CreateDefault()
93 HttpAuthHandlerFactory* factory = GetSchemeFactory(scheme); in SetURLSecurityManager()
100 HttpAuthHandlerFactory* factory) { in RegisterSchemeFactory()
112 HttpAuthHandlerFactory* HttpAuthHandlerRegistryFactory::GetSchemeFactory( in GetSchemeFactory()
Dhttp_network_session.h31 class HttpAuthHandlerFactory; variable
67 HttpAuthHandlerFactory* http_auth_handler_factory;
117 HttpAuthHandlerFactory* http_auth_handler_factory() { in http_auth_handler_factory()
162 HttpAuthHandlerFactory* const http_auth_handler_factory_;
Dhttp_auth_controller.h26 class HttpAuthHandlerFactory; variable
39 HttpAuthHandlerFactory* http_auth_handler_factory);
160 HttpAuthHandlerFactory* const http_auth_handler_factory_;
Dhttp_proxy_client_socket_pool.h27 class HttpAuthHandlerFactory; variable
48 HttpAuthHandlerFactory* http_auth_handler_factory,
62 HttpAuthHandlerFactory* http_auth_handler_factory() const { in http_auth_handler_factory()
88 HttpAuthHandlerFactory* const http_auth_handler_factory_;
Dhttp_auth.h22 class HttpAuthHandlerFactory; variable
135 HttpAuthHandlerFactory* http_auth_handler_factory,
Dhttp_auth_handler_factory_unittest.cc18 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory {
103 HttpAuthHandlerFactory::CreateDefault(host_resolver.get())); in TEST()
Dhttp_auth_handler_basic.h20 class Factory : public HttpAuthHandlerFactory {
Dhttp_network_layer.h24 class HttpAuthHandlerFactory; variable
Dhttp_cache.h49 class HttpAuthHandlerFactory; variable
127 HttpAuthHandlerFactory* http_auth_handler_factory,
Dhttp_auth_handler_mock.h34 class Factory : public HttpAuthHandlerFactory {
Dhttp_stream_factory_impl_unittest.cc66 HttpAuthHandlerFactory::CreateDefault(host_resolver.get())), in SessionDependencies()
74 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;
Dhttp_auth_handler_ntlm.h40 class Factory : public HttpAuthHandlerFactory {
Dhttp_auth_handler_negotiate.h44 class Factory : public HttpAuthHandlerFactory {
Dhttp_proxy_client_socket.h46 HttpAuthHandlerFactory* http_auth_handler_factory,
Dhttp_auth_handler_digest.h60 class Factory : public HttpAuthHandlerFactory {
Dhttp_auth.cc25 HttpAuthHandlerFactory* http_auth_handler_factory, in ChooseBestChallenge()
/external/chromium/net/url_request/
Durl_request_context_storage.h22 class HttpAuthHandlerFactory; variable
50 HttpAuthHandlerFactory* http_auth_handler_factory);
75 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
Durl_request_context.h32 class HttpAuthHandlerFactory; variable
104 HttpAuthHandlerFactory* http_auth_handler_factory() { in http_auth_handler_factory()
107 void set_http_auth_handler_factory(HttpAuthHandlerFactory* factory) { in set_http_auth_handler_factory()
218 HttpAuthHandlerFactory* http_auth_handler_factory_;
Durl_request_context_storage.cc58 HttpAuthHandlerFactory* http_auth_handler_factory) { in set_http_auth_handler_factory()
/external/chromium/chrome/browser/
Dio_thread.h37 class HttpAuthHandlerFactory; variable
61 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory;
141 net::HttpAuthHandlerFactory* CreateDefaultAuthHandlerFactory(
/external/chromium/net/socket_stream/
Dsocket_stream.h36 class HttpAuthHandlerFactory; variable
281 HttpAuthHandlerFactory* http_auth_handler_factory_;
/external/chromium/net/tools/fetch/
Dfetch_client.cc150 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory( in main()
151 net::HttpAuthHandlerFactory::CreateDefault(host_resolver.get())); in main()
/external/chromium/net/spdy/
Dspdy_proxy_client_socket.h52 HttpAuthHandlerFactory* auth_handler_factory);
Dspdy_test_util.cc901 HttpAuthHandlerFactory::CreateDefault(host_resolver.get())) { in SpdySessionDependencies()
919 HttpAuthHandlerFactory::CreateDefault(host_resolver.get())) {} in SpdySessionDependencies()
957 set_http_auth_handler_factory(HttpAuthHandlerFactory::CreateDefault( in SpdyURLRequestContext()

12