/external/chromium/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 | 18 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()
|
D | http_network_session.h | 31 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_;
|
D | http_auth_controller.h | 26 class HttpAuthHandlerFactory; variable 39 HttpAuthHandlerFactory* http_auth_handler_factory); 160 HttpAuthHandlerFactory* const http_auth_handler_factory_;
|
D | http_proxy_client_socket_pool.h | 27 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_;
|
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 | 20 class Factory : public HttpAuthHandlerFactory {
|
D | http_network_layer.h | 24 class HttpAuthHandlerFactory; variable
|
D | http_cache.h | 49 class HttpAuthHandlerFactory; variable 127 HttpAuthHandlerFactory* http_auth_handler_factory,
|
D | http_auth_handler_mock.h | 34 class Factory : public HttpAuthHandlerFactory {
|
D | http_stream_factory_impl_unittest.cc | 66 HttpAuthHandlerFactory::CreateDefault(host_resolver.get())), in SessionDependencies() 74 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;
|
D | http_auth_handler_ntlm.h | 40 class Factory : public HttpAuthHandlerFactory {
|
D | http_auth_handler_negotiate.h | 44 class Factory : public HttpAuthHandlerFactory {
|
D | http_proxy_client_socket.h | 46 HttpAuthHandlerFactory* http_auth_handler_factory,
|
D | http_auth_handler_digest.h | 60 class Factory : public HttpAuthHandlerFactory {
|
D | http_auth.cc | 25 HttpAuthHandlerFactory* http_auth_handler_factory, in ChooseBestChallenge()
|
/external/chromium/net/url_request/ |
D | url_request_context_storage.h | 22 class HttpAuthHandlerFactory; variable 50 HttpAuthHandlerFactory* http_auth_handler_factory); 75 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
|
D | url_request_context.h | 32 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_;
|
D | url_request_context_storage.cc | 58 HttpAuthHandlerFactory* http_auth_handler_factory) { in set_http_auth_handler_factory()
|
/external/chromium/chrome/browser/ |
D | io_thread.h | 37 class HttpAuthHandlerFactory; variable 61 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory; 141 net::HttpAuthHandlerFactory* CreateDefaultAuthHandlerFactory(
|
/external/chromium/net/socket_stream/ |
D | socket_stream.h | 36 class HttpAuthHandlerFactory; variable 281 HttpAuthHandlerFactory* http_auth_handler_factory_;
|
/external/chromium/net/tools/fetch/ |
D | fetch_client.cc | 150 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory( in main() 151 net::HttpAuthHandlerFactory::CreateDefault(host_resolver.get())); in main()
|
/external/chromium/net/spdy/ |
D | spdy_proxy_client_socket.h | 52 HttpAuthHandlerFactory* auth_handler_factory);
|
D | spdy_test_util.cc | 901 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()
|