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

/external/chromium_org/net/http/
H A Dhttp_auth_controller.cc177 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log);
200 DCHECK(!HaveAuth());
238 DCHECK(HaveAuth());
264 if (HaveAuth()) {
427 bool HttpAuthController::HaveAuth() const { function in class:net::HttpAuthController
446 DCHECK(HaveAuth());
H A Dhttp_network_transaction.cc278 DCHECK(HaveAuth(target));
336 HaveAuth(pending_auth_target_);
878 if (ShouldApplyProxyAuth() && HaveAuth(HttpAuth::AUTH_PROXY))
881 if (ShouldApplyServerAuth() && HaveAuth(HttpAuth::AUTH_SERVER))
1526 bool HttpNetworkTransaction::HaveAuth(HttpAuth::Target target) const { function in class:net::HttpNetworkTransaction
1528 auth_controllers_[target]->HaveAuth();

Completed in 2180 milliseconds