HomeSort by relevance Sort by last modified time
    Searched defs:HaveAuth (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_auth_controller.cc 179 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log);
206 DCHECK(!HaveAuth());
245 DCHECK(HaveAuth());
271 if (HaveAuth()) {
415 bool HttpAuthController::HaveAuth() const {
431 DCHECK(HaveAuth());
http_network_transaction.cc 247 DCHECK(HaveAuth(target));
301 HaveAuth(pending_auth_target_);
729 if (ShouldApplyProxyAuth() && HaveAuth(HttpAuth::AUTH_PROXY))
732 if (ShouldApplyServerAuth() && HaveAuth(HttpAuth::AUTH_SERVER))
    [all...]

Completed in 85 milliseconds