Searched refs:http_auth_cache_ (Results 1 – 5 of 5) sorted by relevance
163 http_auth_cache_(http_auth_cache), in HttpAuthController()218 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath( in SelectPreemptiveAuth()286 if (http_auth_cache_->UpdateStaleChallenge(auth_origin_, in HandleAuthChallenge()403 http_auth_cache_->Add(auth_origin_, handler_->realm(), in ResetAuth()436 http_auth_cache_->Remove(auth_origin_, handler_->realm(), in InvalidateRejectedAuthFromCache()463 http_auth_cache_->Lookup(auth_origin_, handler_->realm(), in SelectNextAuthIdentityToTry()
74 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } in http_auth_cache()168 HttpAuthCache http_auth_cache_; variable
61 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; } in http_auth_cache()87 HttpAuthCache* const http_auth_cache_; variable
159 HttpAuthCache* const http_auth_cache_; variable
46 http_auth_cache_(tunnel ? http_auth_cache : NULL), in HttpProxySocketParams()