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

  /external/chromium/net/url_request/
url_request_ftp_job.cc 217 void URLRequestFtpJob::CancelAuth() {
url_request_job.cc 156 void URLRequestJob::CancelAuth() {
272 // Wait for SetAuth or CancelAuth to be called.
url_request.cc 86 request->CancelAuth();
548 void URLRequest::CancelAuth() {
552 job_->CancelAuth();
url_request_http_job.cc 962 void URLRequestHttpJob::CancelAuth() {
    [all...]
  /external/chromium/chrome/browser/ui/login/
login_prompt.cc 158 void LoginHandler::CancelAuth() {
187 CancelAuth();
243 CancelAuth();
332 // Returns whether authentication had been handled (SetAuth or CancelAuth).
358 // Calls CancelAuth from the IO loop.
363 request_->CancelAuth();
364 // Verify that CancelAuth doesn't destroy the request via our delegate.
401 handler_->CancelAuth();
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc 245 IPC_MESSAGE_HANDLER_DELAY_REPLY(AutomationMsg_CancelAuth, CancelAuth)
646 void TestingAutomationProvider::CancelAuth(int tab_handle,
657 handler->CancelAuth();
    [all...]

Completed in 61 milliseconds