Home
last modified time | relevance | path

Searched refs:http_auth_cache_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/http/
Dhttp_auth_controller.cc165 http_auth_cache_(http_auth_cache), in HttpAuthController()
212 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath( in SelectPreemptiveAuth()
283 if (http_auth_cache_->UpdateStaleChallenge(auth_origin_, in HandleAuthChallenge()
416 http_auth_cache_->Add(auth_origin_, handler_->realm(), in ResetAuth()
451 http_auth_cache_->Remove(auth_origin_, handler_->realm(), in InvalidateRejectedAuthFromCache()
479 http_auth_cache_->Lookup(auth_origin_, handler_->realm(), in SelectNextAuthIdentityToTry()
Dhttp_network_session.h138 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } in http_auth_cache()
230 HttpAuthCache http_auth_cache_; variable
Dhttp_proxy_client_socket_pool.h67 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; } in http_auth_cache()
92 HttpAuthCache* const http_auth_cache_; variable
Dhttp_auth_controller.h161 HttpAuthCache* const http_auth_cache_; variable
Dhttp_proxy_client_socket_pool.cc48 http_auth_cache_(tunnel ? http_auth_cache : NULL), in HttpProxySocketParams()