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

12

/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,
48 http_auth_cache_(tunnel ? http_auth_cache : NULL),
292 params_->http_auth_cache(),
360 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, ProxyDelegate* proxy_delegate) argument
H A Dhttp_proxy_client_socket_pool.h52 HttpAuthCache* http_auth_cache,
67 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; } function in class:net::HttpProxySocketParams
H A Dhttp_proxy_client_socket.h46 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.cc34 HttpAuthCache* http_auth_cache,
50 http_auth_cache,
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_network_session.h19 #include "net/http/http_auth_cache.h"
138 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } function in class:net::HttpNetworkSession
H A Dhttp_proxy_client_socket_pool_unittest.cc184 session_->http_auth_cache()->Add(proxy_url,
234 session_->http_auth_cache(),
H A Dhttp_network_transaction.cc799 session_->http_auth_cache(),
820 session_->http_auth_cache(),
/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data.cc22 #include "net/http/http_auth_cache.h"
178 http_transaction_factory()->GetSession()->http_auth_cache();
180 http_transaction_factory()->GetSession()->http_auth_cache());
H A Dprofile_auth_data_unittest.cc25 #include "net/http/http_auth_cache.h"
265 GetSession()->http_auth_cache();
H A Dexisting_user_controller.cc72 #include "net/http/http_auth_cache.h"
116 http_transaction_factory()->GetSession()->http_auth_cache();
119 http_transaction_factory()->GetSession()->http_auth_cache();
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl.cc554 if (!http_network_session_.get() || !http_network_session_->http_auth_cache())
557 gcm_network_session_->http_auth_cache()->UpdateAllFrom(
558 *http_network_session_->http_auth_cache());
/external/chromium_org/content/browser/media/android/
H A Dmedia_resource_getter_impl.cc199 factory->GetSession()->http_auth_cache();
/external/chromium_org/net/socket/
H A Dclient_socket_pool_manager.cc205 session->http_auth_cache(),
H A Dssl_client_socket_pool_unittest.cc123 session_->http_auth_cache(),
182 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.cc796 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-mips64.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 \

Completed in 257 milliseconds

12