Home
last modified time | relevance | path

Searched refs:auth_scheme_host_port_ (Results 1 – 4 of 4) sorted by relevance

/external/cronet/tot/net/http/
Dhttp_auth_controller.cc152 auth_scheme_host_port_(auth_url), in HttpAuthController()
159 DCHECK(auth_scheme_host_port_.IsValid()); in HttpAuthController()
227 auth_scheme_host_port_, target_, network_anonymization_key_, auth_path_); in SelectPreemptiveAuth()
238 auth_scheme_host_port_, entry->IncrementNonceCount(), net_log_, in SelectPreemptiveAuth()
272 DCHECK(auth_scheme_host_port_.IsValid()); in HandleAuthChallenge()
299 auth_scheme_host_port_, target_, handler_->realm(), in HandleAuthChallenge()
335 network_anonymization_key_, target_, auth_scheme_host_port_, in HandleAuthChallenge()
427 http_auth_cache_->Add(auth_scheme_host_port_, target_, handler_->realm(), in ResetAuth()
477 http_auth_cache_->Remove(auth_scheme_host_port_, target_, handler_->realm(), in InvalidateRejectedAuthFromCache()
528 auth_scheme_host_port_, target_, handler_->realm(), in SelectNextAuthIdentityToTry()
[all …]
Dhttp_auth_controller.h200 const url::SchemeHostPort auth_scheme_host_port_; variable
/external/cronet/stable/net/http/
Dhttp_auth_controller.cc152 auth_scheme_host_port_(auth_url), in HttpAuthController()
159 DCHECK(auth_scheme_host_port_.IsValid()); in HttpAuthController()
227 auth_scheme_host_port_, target_, network_anonymization_key_, auth_path_); in SelectPreemptiveAuth()
238 auth_scheme_host_port_, entry->IncrementNonceCount(), net_log_, in SelectPreemptiveAuth()
272 DCHECK(auth_scheme_host_port_.IsValid()); in HandleAuthChallenge()
299 auth_scheme_host_port_, target_, handler_->realm(), in HandleAuthChallenge()
335 network_anonymization_key_, target_, auth_scheme_host_port_, in HandleAuthChallenge()
427 http_auth_cache_->Add(auth_scheme_host_port_, target_, handler_->realm(), in ResetAuth()
477 http_auth_cache_->Remove(auth_scheme_host_port_, target_, handler_->realm(), in InvalidateRejectedAuthFromCache()
528 auth_scheme_host_port_, target_, handler_->realm(), in SelectNextAuthIdentityToTry()
[all …]
Dhttp_auth_controller.h200 const url::SchemeHostPort auth_scheme_host_port_; variable