Searched refs:http_auth_cache (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data.cc11 #include "net/http/http_auth_cache.h"
206 http_transaction_factory()->GetSession()->http_auth_cache();
208 http_transaction_factory()->GetSession()->http_auth_cache());
H A Dexisting_user_controller.cc61 #include "net/http/http_auth_cache.h"
104 http_transaction_factory()->GetSession()->http_auth_cache();
107 http_transaction_factory()->GetSession()->http_auth_cache();
/external/chromium_org/net/http/
H A Dhttp_auth_controller.h39 HttpAuthCache* http_auth_cache,
H A Dhttp_proxy_client_socket_pool.cc37 HttpAuthCache* http_auth_cache,
47 http_auth_cache_(tunnel ? http_auth_cache : NULL),
289 params_->http_auth_cache(),
356 params_->http_auth_cache(),
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) argument
H A Dhttp_proxy_client_socket_pool.h51 HttpAuthCache* http_auth_cache,
65 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; } function in class:net::HttpProxySocketParams
H A Dhttp_proxy_client_socket.h45 HttpAuthCache* http_auth_cache,
H A Dhttp_auth_controller.cc157 HttpAuthCache* http_auth_cache,
165 http_auth_cache_(http_auth_cache),
154 HttpAuthController( HttpAuth::Target target, const GURL& auth_url, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory) argument
H A Dhttp_proxy_client_socket.cc33 HttpAuthCache* http_auth_cache,
48 http_auth_cache,
27 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, bool is_https_proxy) argument
H A Dhttp_network_session.h19 #include "net/http/http_auth_cache.h"
133 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } function in class:net::HttpNetworkSession
H A Dhttp_proxy_client_socket_pool_unittest.cc108 session_->http_auth_cache()->Add(proxy_url,
153 session_->http_auth_cache(),
H A Dhttp_network_transaction.cc796 session_->http_auth_cache(),
817 session_->http_auth_cache(),
/external/chromium_org/net/socket/
H A Dclient_socket_pool_manager.cc197 session->http_auth_cache(),
H A Dssl_client_socket_pool_unittest.cc116 session_->http_auth_cache(),
171 session_->http_auth_cache()->Add(GURL("http://proxy:443/"),
/external/chromium_org/net/socket_stream/
H A Dsocket_stream_unittest.cc621 context.http_transaction_factory()->GetSession()->http_auth_cache();
678 context.http_transaction_factory()->GetSession()->http_auth_cache();
H A Dsocket_stream.cc794 session->http_auth_cache(),
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings.cc28 #include "net/http/http_auth_cache.h"
154 net::HttpAuthCache* auth_cache = session->http_auth_cache();
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket_unittest.cc100 session_->http_auth_cache()->Add(GURL(kProxyUrl),
206 session_->http_auth_cache(),
/external/chromium_org/net/
H A Dnet.target.darwin-arm.mk251 net/http/http_auth_cache.cc \
H A Dnet.target.darwin-arm64.mk251 net/http/http_auth_cache.cc \
H A Dnet.target.darwin-mips.mk251 net/http/http_auth_cache.cc \
H A Dnet.target.darwin-x86.mk251 net/http/http_auth_cache.cc \
H A Dnet.target.darwin-x86_64.mk251 net/http/http_auth_cache.cc \
H A Dnet.target.linux-arm.mk251 net/http/http_auth_cache.cc \
H A Dnet.target.linux-arm64.mk251 net/http/http_auth_cache.cc \
H A Dnet.target.linux-mips.mk251 net/http/http_auth_cache.cc \

Completed in 751 milliseconds

12