Home
last modified time | relevance | path

Searched refs:HttpAuthCache (Results 1 – 15 of 15) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_cache.cc62 HttpAuthCache::HttpAuthCache() { in HttpAuthCache() function in net::HttpAuthCache
65 HttpAuthCache::~HttpAuthCache() { in ~HttpAuthCache()
69 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin, in Lookup()
86 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin, in LookupByPath()
88 HttpAuthCache::Entry* best_match = NULL; in LookupByPath()
111 HttpAuthCache::Entry* HttpAuthCache::Add(const GURL& origin, in Add()
122 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme); in Add()
149 HttpAuthCache::Entry::~Entry() { in ~Entry()
152 void HttpAuthCache::Entry::UpdateStaleChallenge( in UpdateStaleChallenge()
158 HttpAuthCache::Entry::Entry() in Entry()
[all …]
Dhttp_auth_cache_unittest.cc77 HttpAuthCache cache; in TEST()
78 HttpAuthCache::Entry* entry; in TEST()
171 HttpAuthCache::Entry* realm2_entry = cache.Lookup( in TEST()
173 HttpAuthCache::Entry* realm4_entry = cache.Lookup( in TEST()
200 HttpAuthCache::Entry* realm3_digest_entry = in TEST()
211 HttpAuthCache::Entry* realm3DigestEntry = in TEST()
229 HttpAuthCache::Entry entry; in TEST()
263 HttpAuthCache cache; in TEST()
270 HttpAuthCache::Entry* orig_entry = cache.Add( in TEST()
278 HttpAuthCache::Entry* entry = cache.Lookup( in TEST()
[all …]
Dhttp_auth_cache.h28 class HttpAuthCache {
39 HttpAuthCache();
40 ~HttpAuthCache();
111 class HttpAuthCache::Entry {
151 friend class HttpAuthCache;
Dhttp_auth_controller.h27 class HttpAuthCache; variable
38 HttpAuthCache* http_auth_cache,
159 HttpAuthCache* const http_auth_cache_;
Dhttp_proxy_client_socket_pool.h26 class HttpAuthCache; variable
47 HttpAuthCache* http_auth_cache,
61 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; } in http_auth_cache()
87 HttpAuthCache* const http_auth_cache_;
Dhttp_proxy_client_socket.h29 class HttpAuthCache; variable
45 HttpAuthCache* http_auth_cache,
Dhttp_network_session.h74 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } in http_auth_cache()
168 HttpAuthCache http_auth_cache_;
Dhttp_auth_controller.cc155 HttpAuthCache* http_auth_cache, in HttpAuthController()
218 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath( in SelectPreemptiveAuth()
462 HttpAuthCache::Entry* entry = in SelectNextAuthIdentityToTry()
Dhttp_auth_controller_unittest.cc42 HttpAuthCache dummy_auth_cache; in RunSingleRoundAuthTest()
Dhttp_proxy_client_socket.cc32 HttpAuthCache* http_auth_cache, in HttpProxyClientSocket()
Dhttp_proxy_client_socket_pool.cc36 HttpAuthCache* http_auth_cache, in HttpProxySocketParams()
/external/chromium/net/spdy/
Dspdy_proxy_client_socket.h51 HttpAuthCache* auth_cache,
Dspdy_proxy_client_socket.cc30 HttpAuthCache* auth_cache, in SpdyProxyClientSocket()
/external/chromium/net/socket_stream/
Dsocket_stream.h290 HttpAuthCache auth_cache_;
Dsocket_stream.cc599 HttpAuthCache::Entry* entry = auth_cache_.LookupByPath( in DoWriteTunnelHeaders()
973 HttpAuthCache::Entry* entry = auth_cache_.Lookup( in HandleAuthChallenge()