Searched defs:NeedsAuth (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_ftp_job.cc183 bool URLRequestFtpJob::NeedsAuth() { function in class:net::URLRequestFtpJob
206 DCHECK(NeedsAuth());
218 DCHECK(NeedsAuth());
H A Durl_request_job.cc138 bool URLRequestJob::NeedsAuth() { function in class:net::URLRequestJob
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()) {
H A Durl_request_http_job.cc911 bool URLRequestHttpJob::NeedsAuth() { function in class:net::URLRequestHttpJob
979 // Because we set the AUTH_STATE_CANCELED flag, NeedsAuth will return false,
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc246 IPC_MESSAGE_HANDLER(AutomationMsg_NeedsAuth, NeedsAuth)
667 void TestingAutomationProvider::NeedsAuth(int tab_handle, bool* needs_auth) { function in class:TestingAutomationProvider

Completed in 119 milliseconds