HomeSort by relevance Sort by last modified time
    Searched refs:NeedsAuth (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/url_request/
url_request_new_ftp_job.h 41 virtual bool NeedsAuth();
url_request_new_ftp_job.cc 72 bool URLRequestNewFtpJob::NeedsAuth() {
95 DCHECK(NeedsAuth());
107 DCHECK(NeedsAuth());
url_request_http_job.h 50 virtual bool NeedsAuth();
url_request_job.h 167 virtual bool NeedsAuth() { return false; }
url_request.cc 382 DCHECK(job_->NeedsAuth());
389 DCHECK(job_->NeedsAuth());
url_request_http_job.cc 273 bool URLRequestHttpJob::NeedsAuth() {
359 // Because we set the AUTH_STATE_CANCELED flag, NeedsAuth will return false,
url_request_job.cc 92 // This will only be called if NeedsAuth() returns true, in which
99 // This will only be called if NeedsAuth() returns true, in which
105 // This will only be called if NeedsAuth() returns true, in which
402 } else if (NeedsAuth()) {

Completed in 54 milliseconds