Searched refs:auth_origin_ (Results 1 – 2 of 2) sorted by relevance
161 auth_origin_(auth_url.GetOrigin()), in HttpAuthController()213 auth_origin_, auth_path_); in SelectPreemptiveAuth()221 auth_origin_, in SelectPreemptiveAuth()255 DCHECK(auth_origin_.is_valid()); in HandleAuthChallenge()257 << auth_origin_ << " requested auth " in HandleAuthChallenge()283 if (http_auth_cache_->UpdateStaleChallenge(auth_origin_, in HandleAuthChallenge()323 auth_origin_, in HandleAuthChallenge()335 << auth_origin_ << " when establishing a tunnel" in HandleAuthChallenge()416 http_auth_cache_->Add(auth_origin_, handler_->realm(), in ResetAuth()451 http_auth_cache_->Remove(auth_origin_, handler_->realm(), in InvalidateRejectedAuthFromCache()[all …]
126 const GURL auth_origin_; variable