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

  /external/chromium_org/net/http/
http_auth_controller.cc 177 bool needs_auth = HaveAuth() || SelectPreemptiveAuth(net_log);
200 DCHECK(!HaveAuth());
238 DCHECK(HaveAuth());
264 if (HaveAuth()) {
427 bool HttpAuthController::HaveAuth() const {
446 DCHECK(HaveAuth());
http_network_transaction.cc 278 DCHECK(HaveAuth(target));
336 HaveAuth(pending_auth_target_);
878 if (ShouldApplyProxyAuth() && HaveAuth(HttpAuth::AUTH_PROXY))
881 if (ShouldApplyServerAuth() && HaveAuth(HttpAuth::AUTH_SERVER))
    [all...]

Completed in 51 milliseconds