Searched defs:HaveAuth (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_controller.cc179 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log);
206 DCHECK(!HaveAuth());
245 DCHECK(HaveAuth());
271 if (HaveAuth()) {
415 bool HttpAuthController::HaveAuth() const { function in class:net::HttpAuthController
431 DCHECK(HaveAuth());
H A Dhttp_network_transaction.cc247 DCHECK(HaveAuth(target));
301 HaveAuth(pending_auth_target_);
729 if (ShouldApplyProxyAuth() && HaveAuth(HttpAuth::AUTH_PROXY))
732 if (ShouldApplyServerAuth() && HaveAuth(HttpAuth::AUTH_SERVER))
1300 bool HttpNetworkTransaction::HaveAuth(HttpAuth::Target target) const { function in class:net::HttpNetworkTransaction
1302 auth_controllers_[target]->HaveAuth();

Completed in 52 milliseconds