/external/chromium_org/net/http/ |
D | http_auth_handler_factory.h | 30 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;
|
D | http_auth_handler_factory.cc | 22 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()
|
D | http_auth_controller.h | 26 class HttpAuthHandlerFactory; variable 40 HttpAuthHandlerFactory* http_auth_handler_factory); 162 HttpAuthHandlerFactory* const http_auth_handler_factory_;
|
D | http_network_session.h | 39 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_;
|
D | http_proxy_client_socket_pool.h | 30 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_;
|
D | http_auth.h | 22 class HttpAuthHandlerFactory; variable 135 HttpAuthHandlerFactory* http_auth_handler_factory,
|
D | http_auth_handler_factory_unittest.cc | 18 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory { 103 HttpAuthHandlerFactory::CreateDefault(host_resolver.get())); in TEST()
|
D | http_auth_handler_basic.h | 19 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
|
D | http_auth_handler_mock.h | 33 class Factory : public HttpAuthHandlerFactory {
|
D | http_auth_handler_ntlm.h | 39 class Factory : public HttpAuthHandlerFactory {
|
D | http_auth_handler_negotiate.h | 43 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
|
D | http_auth.cc | 26 HttpAuthHandlerFactory* http_auth_handler_factory, in ChooseBestChallenge()
|
D | http_auth_handler_digest.h | 59 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
|
D | http_proxy_client_socket.h | 47 HttpAuthHandlerFactory* http_auth_handler_factory,
|
D | http_auth_unittest.cc | 128 HttpAuthHandlerFactory::CreateDefault(host_resolver.get())); in TEST()
|
/external/chromium_org/net/url_request/ |
D | url_request_context_builder.h | 36 class HttpAuthHandlerFactory; variable 142 net::HttpAuthHandlerFactory* factory) { in add_http_auth_handler_factory() 178 net::HttpAuthHandlerFactory* factory); 182 net::HttpAuthHandlerFactory* factory;
|
D | url_request_context.h | 36 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()
|
D | url_request_context_storage.h | 21 class HttpAuthHandlerFactory; variable 56 HttpAuthHandlerFactory* http_auth_handler_factory); 86 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
|
D | url_request_context_builder_unittest.cc | 42 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory {
|
D | url_request_context_storage.cc | 65 HttpAuthHandlerFactory* http_auth_handler_factory) { in set_http_auth_handler_factory()
|
/external/chromium_org/chrome/browser/ |
D | io_thread.h | 59 class HttpAuthHandlerFactory; variable 136 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory; 305 net::HttpAuthHandlerFactory* CreateDefaultAuthHandlerFactory(
|
/external/chromium_org/net/quic/ |
D | quic_end_to_end_unittest.cc | 81 HttpAuthHandlerFactory::CreateDefault(&host_resolver_)), in QuicEndToEndTest() 216 scoped_ptr<HttpAuthHandlerFactory> auth_handler_factory_;
|
/external/chromium_org/chromecast/shell/browser/ |
D | url_request_context_factory.h | 89 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory_;
|
/external/chromium_org/net/spdy/ |
D | spdy_proxy_client_socket.h | 53 HttpAuthHandlerFactory* auth_handler_factory);
|
/external/chromium_org/content/shell/browser/ |
D | shell_url_request_context_getter.cc | 134 net::HttpAuthHandlerFactory::CreateDefault(host_resolver.get())); in GetURLRequestContext()
|