HomeSort by relevance Sort by last modified time
    Searched defs:NeedsAuth (Results 1 - 4 of 4) 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/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 99 milliseconds