Home
last modified time | relevance | path

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

12

/external/chromium_org/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.cc22 int HttpAuthHandlerFactory::CreateAuthHandlerFromString( in CreateAuthHandlerFromString()
33 int HttpAuthHandlerFactory::CreatePreemptiveAuthHandlerFromString( in CreatePreemptiveAuthHandlerFromString()
46 HttpAuthHandlerRegistryFactory* HttpAuthHandlerFactory::CreateDefault( in CreateDefault()
99 HttpAuthHandlerFactory* factory = GetSchemeFactory(scheme); in SetURLSecurityManager()
106 HttpAuthHandlerFactory* factory) { in RegisterSchemeFactory()
118 HttpAuthHandlerFactory* HttpAuthHandlerRegistryFactory::GetSchemeFactory( in GetSchemeFactory()
Dhttp_auth_controller.h26 class HttpAuthHandlerFactory; variable
40 HttpAuthHandlerFactory* http_auth_handler_factory);
162 HttpAuthHandlerFactory* const http_auth_handler_factory_;
Dhttp_network_session.h39 class HttpAuthHandlerFactory; variable
75 HttpAuthHandlerFactory* http_auth_handler_factory;
164 HttpAuthHandlerFactory* http_auth_handler_factory() { in http_auth_handler_factory()
224 HttpAuthHandlerFactory* const http_auth_handler_factory_;
Dhttp_proxy_client_socket_pool.h30 class HttpAuthHandlerFactory; variable
53 HttpAuthHandlerFactory* http_auth_handler_factory,
68 HttpAuthHandlerFactory* http_auth_handler_factory() const { in http_auth_handler_factory()
93 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.h19 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
Dhttp_auth_handler_mock.h33 class Factory : public HttpAuthHandlerFactory {
Dhttp_auth_handler_ntlm.h39 class Factory : public HttpAuthHandlerFactory {
Dhttp_auth_handler_negotiate.h43 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
Dhttp_auth.cc26 HttpAuthHandlerFactory* http_auth_handler_factory, in ChooseBestChallenge()
Dhttp_auth_handler_digest.h59 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
Dhttp_proxy_client_socket.h47 HttpAuthHandlerFactory* http_auth_handler_factory,
Dhttp_auth_unittest.cc128 HttpAuthHandlerFactory::CreateDefault(host_resolver.get())); in TEST()
/external/chromium_org/net/url_request/
Durl_request_context_builder.h36 class HttpAuthHandlerFactory; variable
142 net::HttpAuthHandlerFactory* factory) { in add_http_auth_handler_factory()
178 net::HttpAuthHandlerFactory* factory);
182 net::HttpAuthHandlerFactory* factory;
Durl_request_context.h36 class HttpAuthHandlerFactory; variable
126 HttpAuthHandlerFactory* http_auth_handler_factory() const { in NON_EXPORTED_BASE()
129 void set_http_auth_handler_factory(HttpAuthHandlerFactory* factory) { in NON_EXPORTED_BASE()
229 HttpAuthHandlerFactory* http_auth_handler_factory_; in NON_EXPORTED_BASE()
Durl_request_context_storage.h21 class HttpAuthHandlerFactory; variable
56 HttpAuthHandlerFactory* http_auth_handler_factory);
86 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
Durl_request_context_builder_unittest.cc42 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory {
Durl_request_context_storage.cc65 HttpAuthHandlerFactory* http_auth_handler_factory) { in set_http_auth_handler_factory()
/external/chromium_org/chrome/browser/
Dio_thread.h59 class HttpAuthHandlerFactory; variable
136 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory;
305 net::HttpAuthHandlerFactory* CreateDefaultAuthHandlerFactory(
/external/chromium_org/net/quic/
Dquic_end_to_end_unittest.cc81 HttpAuthHandlerFactory::CreateDefault(&host_resolver_)), in QuicEndToEndTest()
216 scoped_ptr<HttpAuthHandlerFactory> auth_handler_factory_;
/external/chromium_org/chromecast/shell/browser/
Durl_request_context_factory.h89 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory_;
/external/chromium_org/net/spdy/
Dspdy_proxy_client_socket.h53 HttpAuthHandlerFactory* auth_handler_factory);
/external/chromium_org/content/shell/browser/
Dshell_url_request_context_getter.cc134 net::HttpAuthHandlerFactory::CreateDefault(host_resolver.get())); in GetURLRequestContext()

12