Lines Matching refs:HttpAuthController
143 HttpAuthController::HttpAuthController( in HttpAuthController() function in net::HttpAuthController
162 HttpAuthController::~HttpAuthController() { in ~HttpAuthController()
168 void HttpAuthController::BindToCallingNetLog( in BindToCallingNetLog()
181 int HttpAuthController::MaybeGenerateAuthToken( in MaybeGenerateAuthToken()
199 base::BindOnce(&HttpAuthController::OnGenerateAuthTokenDone, in MaybeGenerateAuthToken()
211 bool HttpAuthController::SelectPreemptiveAuth( in SelectPreemptiveAuth()
251 void HttpAuthController::AddAuthorizationHeader( in AddAuthorizationHeader()
264 int HttpAuthController::HandleAuthChallenge( in HandleAuthChallenge()
392 void HttpAuthController::ResetAuth(const AuthCredentials& credentials) { in ResetAuth()
435 bool HttpAuthController::HaveAuthHandler() const { in HaveAuthHandler()
439 bool HttpAuthController::HaveAuth() const { in HaveAuth()
443 bool HttpAuthController::NeedsHTTP11() const { in NeedsHTTP11()
447 void HttpAuthController::InvalidateCurrentHandler( in InvalidateCurrentHandler()
470 void HttpAuthController::InvalidateRejectedAuthFromCache() { in InvalidateRejectedAuthFromCache()
482 void HttpAuthController::PrepareIdentityForReuse() { in PrepareIdentityForReuse()
505 bool HttpAuthController::SelectNextAuthIdentityToTry() { in SelectNextAuthIdentityToTry()
553 void HttpAuthController::PopulateAuthChallenge() { in PopulateAuthChallenge()
568 int HttpAuthController::HandleGenerateTokenResult(int result) { in HandleGenerateTokenResult()
630 void HttpAuthController::OnGenerateAuthTokenDone(int result) { in OnGenerateAuthTokenDone()
638 void HttpAuthController::TakeAuthInfo(std::optional<AuthChallengeInfo>* other) { in TakeAuthInfo()
643 bool HttpAuthController::IsAuthSchemeDisabled(HttpAuth::Scheme scheme) const { in IsAuthSchemeDisabled()
648 void HttpAuthController::DisableAuthScheme(HttpAuth::Scheme scheme) { in DisableAuthScheme()
653 void HttpAuthController::DisableEmbeddedIdentity() { in DisableEmbeddedIdentity()
658 void HttpAuthController::OnConnectionClosed() { in OnConnectionClosed()