Searched defs:http_auth_cache (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/http/
H A Dhttp_network_session.h16 #include "net/http/http_auth_cache.h"
74 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } function in class:net::HttpNetworkSession
H A Dhttp_proxy_client_socket.cc32 HttpAuthCache* http_auth_cache,
46 http_auth_cache,
26 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, bool is_https_proxy) argument
H A Dhttp_proxy_client_socket_pool.h47 HttpAuthCache* http_auth_cache,
61 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; } function in class:net::HttpProxySocketParams
H A Dhttp_auth_controller.cc155 HttpAuthCache* http_auth_cache,
163 http_auth_cache_(http_auth_cache),
152 HttpAuthController( HttpAuth::Target target, const GURL& auth_url, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory) argument
H A Dhttp_proxy_client_socket_pool.cc36 HttpAuthCache* http_auth_cache,
46 http_auth_cache_(tunnel ? http_auth_cache : NULL),
286 params_->http_auth_cache(),
366 params_->http_auth_cache(),
30 HttpProxySocketParams( const scoped_refptr<TransportSocketParams>& transport_params, const scoped_refptr<SSLSocketParams>& ssl_params, const GURL& request_url, const std::string& user_agent, HostPortPair endpoint, HttpAuthCache* http_auth_cache, HttpAuthHandlerFactory* http_auth_handler_factory, SpdySessionPool* spdy_session_pool, bool tunnel) argument
/external/chromium_org/net/http/
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_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_network_session.h18 #include "net/http/http_auth_cache.h"
106 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } function in class:net::HttpNetworkSession
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_proxy_client_socket_pool.cc37 HttpAuthCache* http_auth_cache,
47 http_auth_cache_(tunnel ? http_auth_cache : NULL),
280 params_->http_auth_cache(),
344 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

Completed in 703 milliseconds