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

  /external/chromium/net/url_request/
url_request_ftp_job.cc 183 bool URLRequestFtpJob::NeedsAuth() {
206 DCHECK(NeedsAuth());
218 DCHECK(NeedsAuth());
url_request_job.cc 138 bool URLRequestJob::NeedsAuth() {
144 // This will only be called if NeedsAuth() returns true, in which
151 // This will only be called if NeedsAuth() returns true, in which
157 // This will only be called if NeedsAuth() returns true, in which
265 } else if (NeedsAuth()) {
url_request_http_job.cc 911 bool URLRequestHttpJob::NeedsAuth() {
    [all...]
  /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 161 bool URLRequestJob::NeedsAuth() {
167 // This will only be called if NeedsAuth() returns true, in which
173 // This will only be called if NeedsAuth() returns true, in which
179 // This will only be called if NeedsAuth() returns true, in which
341 } else if (NeedsAuth()) {
url_request_http_job.cc     [all...]
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 246 IPC_MESSAGE_HANDLER(AutomationMsg_NeedsAuth, NeedsAuth)
667 void TestingAutomationProvider::NeedsAuth(int tab_handle, bool* needs_auth) {
    [all...]

Completed in 276 milliseconds