Searched refs:HaveAuth (Results 1 – 10 of 10) sorted by relevance
177 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log); in MaybeGenerateAuthToken()200 DCHECK(!HaveAuth()); in SelectPreemptiveAuth()238 DCHECK(HaveAuth()); in AddAuthorizationHeader()264 if (HaveAuth()) { in HandleAuthChallenge()427 bool HttpAuthController::HaveAuth() const { in HaveAuth() function in net::HttpAuthController446 DCHECK(HaveAuth()); in InvalidateRejectedAuthFromCache()
79 EXPECT_TRUE(controller->HaveAuth()); in RunSingleRoundAuthTest()216 EXPECT_TRUE(controller->HaveAuth()); in TEST()230 EXPECT_TRUE(controller->HaveAuth()); in TEST()
68 virtual bool HaveAuth() const;
278 DCHECK(HaveAuth(target)); in PrepareForAuthRestart()336 HaveAuth(pending_auth_target_); in IsReadyToRestartForAuth()878 if (ShouldApplyProxyAuth() && HaveAuth(HttpAuth::AUTH_PROXY)) in BuildRequestHeaders()881 if (ShouldApplyServerAuth() && HaveAuth(HttpAuth::AUTH_SERVER)) in BuildRequestHeaders()1526 bool HttpNetworkTransaction::HaveAuth(HttpAuth::Target target) const { in HaveAuth() function in net::HttpNetworkTransaction1528 auth_controllers_[target]->HaveAuth(); in HaveAuth()
251 bool HaveAuth(HttpAuth::Target target) const;
410 if (auth_->HaveAuth()) in DoSendRequest()
424 TEST_P(HttpProxyClientSocketPoolTest, HaveAuth) { in TEST_P() argument
279 if (proxy_socket->GetAuthController()->HaveAuth()) in ReconsiderProxyAfterError()
353 if (auth_->HaveAuth()) { in DoSendRequest()
830 if (proxy_auth_controller_.get() && proxy_auth_controller_->HaveAuth()) in DoWriteTunnelHeaders()954 if (proxy_auth_controller_->HaveAuth()) { in DoReadTunnelHeadersComplete()