Searched defs:HaveAuth (Results 1 - 4 of 4) 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();
/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.cc306 DCHECK(HaveAuth(target));
361 HaveAuth(pending_auth_target_);
852 if (ShouldApplyProxyAuth() && HaveAuth(HttpAuth::AUTH_PROXY))
855 if (ShouldApplyServerAuth() && HaveAuth(HttpAuth::AUTH_SERVER))
1547 bool HttpNetworkTransaction::HaveAuth(HttpAuth::Target target) const { function in class:net::HttpNetworkTransaction
1549 auth_controllers_[target]->HaveAuth();

Completed in 91 milliseconds