Searched refs:http_auth_handler_factory_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_context.h127 return http_auth_handler_factory_;
130 http_auth_handler_factory_ = factory;
229 HttpAuthHandlerFactory* http_auth_handler_factory_; member in class:net::URLRequestContext
H A Durl_request_context.cc25 http_auth_handler_factory_(NULL),
49 set_http_auth_handler_factory(other->http_auth_handler_factory_);
H A Durl_request_context_storage.h86 scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:net::URLRequestContextStorage
H A Durl_request_context_storage.cc67 http_auth_handler_factory_.reset(http_auth_handler_factory);
/external/chromium_org/net/http/
H A Dhttp_auth_controller.h162 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpAuthController
H A Dhttp_network_session.h165 return http_auth_handler_factory_;
224 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpNetworkSession
H A Dhttp_proxy_client_socket_pool.h69 return http_auth_handler_factory_;
93 HttpAuthHandlerFactory* const http_auth_handler_factory_; member in class:net::HttpProxySocketParams
H A Dhttp_auth_controller.cc166 http_auth_handler_factory_(http_auth_handler_factory) {
219 int rv_create = http_auth_handler_factory_->
320 HttpAuth::ChooseBestChallenge(http_auth_handler_factory_,
H A Dhttp_network_session.cc114 http_auth_handler_factory_(params.http_auth_handler_factory),
H A Dhttp_proxy_client_socket_pool.cc49 http_auth_handler_factory_(tunnel ? http_auth_handler_factory : NULL),
/external/chromium_org/chromecast/shell/browser/
H A Durl_request_context_factory.cc210 http_auth_handler_factory_.reset(
288 params->http_auth_handler_factory = http_auth_handler_factory_.get();
317 http_auth_handler_factory_.get());
389 http_auth_handler_factory_.get());
H A Durl_request_context_factory.h89 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:chromecast::shell::URLRequestContextFactory
/external/chromium_org/google_apis/gcm/tools/
H A Dmcs_probe.cc240 scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:gcm::__anon8388::MCSProbe
387 http_auth_handler_factory_.reset(
407 session_params.http_auth_handler_factory = http_auth_handler_factory_.get();
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool_unittest.cc86 http_auth_handler_factory_(
198 params.http_auth_handler_factory = http_auth_handler_factory_.get();
214 const scoped_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_; member in class:net::__anon9536::SSLClientSocketPoolTest

Completed in 844 milliseconds