Searched refs:http_auth_cache_ (Results 1 – 5 of 5) sorted by relevance
165 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()
138 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } in http_auth_cache()230 HttpAuthCache http_auth_cache_; variable
67 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; } in http_auth_cache()92 HttpAuthCache* const http_auth_cache_; variable
161 HttpAuthCache* const http_auth_cache_; variable
48 http_auth_cache_(tunnel ? http_auth_cache : NULL), in HttpProxySocketParams()