Searched defs:http_auth_handler_factory (Results 1 - 10 of 10) sorted by last modified time

/external/chromium_org/net/http/
H A Dhttp_auth.cc15 #include "net/http/http_auth_handler_factory.h"
26 HttpAuthHandlerFactory* http_auth_handler_factory,
33 DCHECK(http_auth_handler_factory);
43 int rv = http_auth_handler_factory->CreateAuthHandlerFromString(
25 ChooseBestChallenge( HttpAuthHandlerFactory* http_auth_handler_factory, const HttpResponseHeaders* headers, Target target, const GURL& origin, const std::set<Scheme>& disabled_schemes, const BoundNetLog& net_log, scoped_ptr<HttpAuthHandler>* handler) argument
H A Dhttp_auth_controller.cc17 #include "net/http/http_auth_handler_factory.h"
158 HttpAuthHandlerFactory* http_auth_handler_factory)
166 http_auth_handler_factory_(http_auth_handler_factory) {
154 HttpAuthController( HttpAuth::Target target, const GURL& auth_url, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory) argument
H A Dhttp_network_session.h75 HttpAuthHandlerFactory* http_auth_handler_factory; member in struct:net::HttpNetworkSession::Params
164 HttpAuthHandlerFactory* http_auth_handler_factory() { function in class:net::HttpNetworkSession
H A Dhttp_proxy_client_socket.cc35 HttpAuthHandlerFactory* http_auth_handler_factory,
51 http_auth_handler_factory)
28 HttpProxyClientSocket( ClientSocketHandle* transport_socket, const GURL& request_url, const std::string& user_agent, const HostPortPair& endpoint, const HostPortPair& proxy_server, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory, bool tunnel, bool using_spdy, NextProto protocol_negotiated, ProxyDelegate* proxy_delegate, bool is_https_proxy) argument
H A Dhttp_proxy_client_socket_pool.cc38 HttpAuthHandlerFactory* http_auth_handler_factory,
49 http_auth_handler_factory_(tunnel ? http_auth_handler_factory : NULL),
293 params_->http_auth_handler_factory(),
361 params_->http_auth_handler_factory()));
31 HttpProxySocketParams( const scoped_refptr<TransportSocketParams>& transport_params, const scoped_refptr<SSLSocketParams>& ssl_params, const GURL& request_url, const std::string& user_agent, const HostPortPair& endpoint, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory, SpdySessionPool* spdy_session_pool, bool tunnel, ProxyDelegate* proxy_delegate) argument
H A Dhttp_proxy_client_socket_pool.h53 HttpAuthHandlerFactory* http_auth_handler_factory,
68 HttpAuthHandlerFactory* http_auth_handler_factory() const { function in class:net::HttpProxySocketParams
/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.h20 #include "net/http/http_auth_handler_factory.h"
204 // NOTE: host_resolver must be ordered before http_auth_handler_factory.
212 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory; member in struct:net::SpdySessionDependencies
/external/chromium_org/net/url_request/
H A Durl_request_context.h126 HttpAuthHandlerFactory* http_auth_handler_factory() const { function in class:net::URLRequestContext
H A Durl_request_context_storage.cc15 #include "net/http/http_auth_handler_factory.h"
65 HttpAuthHandlerFactory* http_auth_handler_factory) {
66 context_->set_http_auth_handler_factory(http_auth_handler_factory);
67 http_auth_handler_factory_.reset(http_auth_handler_factory);
64 set_http_auth_handler_factory( HttpAuthHandlerFactory* http_auth_handler_factory) argument
/external/chromium_org/chrome/browser/
H A Dio_thread.h136 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory; member in struct:IOThread::Globals

Completed in 143 milliseconds