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

  /external/chromium/net/url_request/
url_request_ftp_job.h 57 virtual void CancelAuth();
url_request_http_job.h 84 virtual void CancelAuth();
url_request_job.h 152 virtual void CancelAuth();
url_request.cc 86 request->CancelAuth();
548 void URLRequest::CancelAuth() {
552 job_->CancelAuth();
url_request.h 167 // or request->CancelAuth() to cancel the login and display the error page.
530 // CancelAuth will give up and display the error page.
532 void CancelAuth();
url_request_ftp_job.cc 217 void URLRequestFtpJob::CancelAuth() {
url_request_test_util.cc 146 request->CancelAuth();
url_request_job.cc 156 void URLRequestJob::CancelAuth() {
272 // Wait for SetAuth or CancelAuth to be called.
url_request_http_job.cc 962 void URLRequestHttpJob::CancelAuth() {
    [all...]
  /external/chromium/chrome/browser/ui/login/
login_prompt_win.cc 65 CancelAuth();
81 CancelAuth();
115 // or CancelAuth (say, if the request was cancelled before the UI thread got
login_prompt_uitest.cc 72 EXPECT_TRUE(tab->CancelAuth());
102 EXPECT_TRUE(tab->CancelAuth());
196 EXPECT_TRUE(tab->CancelAuth());
269 EXPECT_TRUE(basic_tab1->CancelAuth());
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();
login_prompt.h 63 void CancelAuth();
80 // Returns whether authentication had been handled (SetAuth or CancelAuth).
116 // Calls CancelAuth from the IO loop.
122 // True if we've handled auth (SetAuth or CancelAuth has been called).
login_prompt_ui.cc 204 login_handler_->CancelAuth();
212 login_handler_->CancelAuth();
login_prompt_gtk.cc 110 // or CancelAuth (say, if the request was cancelled before the UI thread got
165 CancelAuth();
login_prompt_browsertest.cc 257 handler->CancelAuth();
457 handler->CancelAuth();
  /external/chromium/net/proxy/
proxy_script_fetcher_impl.cc 184 request->CancelAuth();
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.cpp 405 // or request->CancelAuth() to cancel the login and display the error page.
469 void WebRequest::cancelAuth()
471 ASSERT(m_loadState == Started, "cancelAuth called on a WebRequest not in STARTED state (state=%d)", m_loadState);
473 m_request->CancelAuth();
  /external/chromium/chrome/browser/automation/
testing_automation_provider.h 92 void CancelAuth(int tab_handle, IPC::Message* reply_message);
    [all...]
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 132 milliseconds