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

  /external/chromium_org/net/url_request/
url_request_ftp_job.cc 294 bool URLRequestFtpJob::NeedsAuth() {
300 DCHECK(NeedsAuth());
318 DCHECK(NeedsAuth());
333 DCHECK(NeedsAuth());
url_request_job.cc 169 bool URLRequestJob::NeedsAuth() {
175 // This will only be called if NeedsAuth() returns true, in which
181 // This will only be called if NeedsAuth() returns true, in which
187 // This will only be called if NeedsAuth() returns true, in which
370 } else if (NeedsAuth()) {
url_request_http_job.cc     [all...]

Completed in 53 milliseconds