Searched refs:HttpAuthCache (Results 1 – 15 of 15) sorted by relevance
/external/chromium/net/http/ |
D | http_auth_cache.cc | 62 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 …]
|
D | http_auth_cache_unittest.cc | 77 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 …]
|
D | http_auth_cache.h | 28 class HttpAuthCache { 39 HttpAuthCache(); 40 ~HttpAuthCache(); 111 class HttpAuthCache::Entry { 151 friend class HttpAuthCache;
|
D | http_auth_controller.h | 27 class HttpAuthCache; variable 38 HttpAuthCache* http_auth_cache, 159 HttpAuthCache* const http_auth_cache_;
|
D | http_proxy_client_socket_pool.h | 26 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_;
|
D | http_proxy_client_socket.h | 29 class HttpAuthCache; variable 45 HttpAuthCache* http_auth_cache,
|
D | http_network_session.h | 74 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } in http_auth_cache() 168 HttpAuthCache http_auth_cache_;
|
D | http_auth_controller.cc | 155 HttpAuthCache* http_auth_cache, in HttpAuthController() 218 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath( in SelectPreemptiveAuth() 462 HttpAuthCache::Entry* entry = in SelectNextAuthIdentityToTry()
|
D | http_auth_controller_unittest.cc | 42 HttpAuthCache dummy_auth_cache; in RunSingleRoundAuthTest()
|
D | http_proxy_client_socket.cc | 32 HttpAuthCache* http_auth_cache, in HttpProxyClientSocket()
|
D | http_proxy_client_socket_pool.cc | 36 HttpAuthCache* http_auth_cache, in HttpProxySocketParams()
|
/external/chromium/net/spdy/ |
D | spdy_proxy_client_socket.h | 51 HttpAuthCache* auth_cache,
|
D | spdy_proxy_client_socket.cc | 30 HttpAuthCache* auth_cache, in SpdyProxyClientSocket()
|
/external/chromium/net/socket_stream/ |
D | socket_stream.h | 290 HttpAuthCache auth_cache_;
|
D | socket_stream.cc | 599 HttpAuthCache::Entry* entry = auth_cache_.LookupByPath( in DoWriteTunnelHeaders() 973 HttpAuthCache::Entry* entry = auth_cache_.Lookup( in HandleAuthChallenge()
|