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

1 2

  /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();
  /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_org/chrome/browser/ui/android/
chrome_http_auth_handler.cc 70 void ChromeHttpAuthHandler::CancelAuth(JNIEnv* env, jobject) {
72 observer_->CancelAuth();
chrome_http_auth_handler.h 27 // Registers an observer to receive callbacks when SetAuth() and CancelAuth()
49 void CancelAuth(JNIEnv* env, jobject);
login_prompt_android.cc 65 CancelAuth();
  /external/chromium_org/chrome/browser/ui/views/
login_prompt_views.cc 76 CancelAuth();
100 CancelAuth();
149 // or CancelAuth (say, if the request was cancelled before the UI thread got
  /external/chromium_org/net/url_request/
url_request_ftp_job.h 70 virtual void CancelAuth() OVERRIDE;
url_request_http_job.h 113 virtual void CancelAuth() OVERRIDE;
url_request_job.h 175 virtual void CancelAuth();
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.cc 112 CancelAuth();
160 void LoginHandler::CancelAuth() {
220 CancelAuth();
224 // 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.
423 handler->CancelAuth();
431 handler->CancelAuth();
login_prompt.h 64 void CancelAuth();
77 // 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_browsertest.cc 520 handler->CancelAuth();
564 handler->CancelAuth();
743 handler->CancelAuth();
818 handler->CancelAuth();
866 handler->CancelAuth();
    [all...]
  /external/chromium_org/android_webview/browser/
aw_login_delegate.cc 108 request_->CancelAuth();
  /external/chromium_org/content/shell/
shell_login_dialog.cc 99 request_->CancelAuth();
  /external/chromium_org/chrome/browser/ui/gtk/
login_prompt_gtk.cc 116 // or CancelAuth (say, if the request was cancelled before the UI thread got
172 CancelAuth();
  /external/chromium_org/content/browser/loader/
resource_loader.cc 279 request_->CancelAuth();
284 request_->CancelAuth();
295 request_->CancelAuth();

Completed in 490 milliseconds

1 2