Home
last modified time | relevance | path

Searched refs:HaveAuth (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/net/http/
Dhttp_auth_controller.cc177 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::HttpAuthController
446 DCHECK(HaveAuth()); in InvalidateRejectedAuthFromCache()
Dhttp_auth_controller_unittest.cc79 EXPECT_TRUE(controller->HaveAuth()); in RunSingleRoundAuthTest()
216 EXPECT_TRUE(controller->HaveAuth()); in TEST()
230 EXPECT_TRUE(controller->HaveAuth()); in TEST()
Dhttp_auth_controller.h68 virtual bool HaveAuth() const;
Dhttp_network_transaction.cc278 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::HttpNetworkTransaction
1528 auth_controllers_[target]->HaveAuth(); in HaveAuth()
Dhttp_network_transaction.h251 bool HaveAuth(HttpAuth::Target target) const;
Dhttp_proxy_client_socket.cc410 if (auth_->HaveAuth()) in DoSendRequest()
Dhttp_proxy_client_socket_pool_unittest.cc424 TEST_P(HttpProxyClientSocketPoolTest, HaveAuth) { in TEST_P() argument
/external/chromium_org/jingle/glue/
Dproxy_resolving_client_socket.cc279 if (proxy_socket->GetAuthController()->HaveAuth()) in ReconsiderProxyAfterError()
/external/chromium_org/net/spdy/
Dspdy_proxy_client_socket.cc353 if (auth_->HaveAuth()) { in DoSendRequest()
/external/chromium_org/net/socket_stream/
Dsocket_stream.cc830 if (proxy_auth_controller_.get() && proxy_auth_controller_->HaveAuth()) in DoWriteTunnelHeaders()
954 if (proxy_auth_controller_->HaveAuth()) { in DoReadTunnelHeadersComplete()