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

  /external/chromium_org/chrome/browser/ui/android/
chrome_http_auth_handler.cc 71 void ChromeHttpAuthHandler::CancelAuth(JNIEnv* env, jobject) {
73 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 64 CancelAuth();
83 CancelAuth();
121 // 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 115 virtual void CancelAuth() OVERRIDE;
url_request_job.h 186 virtual void CancelAuth();
url_request.cc 179 request->CancelAuth();
909 void URLRequest::CancelAuth() {
913 job_->CancelAuth();
    [all...]
url_request.h 210 // or request->CancelAuth() to cancel the login and display the error page.
618 // CancelAuth will give up and display the error page.
620 void CancelAuth();
    [all...]
url_request_ftp_job.cc 331 void URLRequestFtpJob::CancelAuth() {
url_request_job.cc 186 void URLRequestJob::CancelAuth() {
377 // Wait for SetAuth or CancelAuth to be called.
url_request_test_util.cc 229 request->CancelAuth();
url_request_http_job.cc     [all...]
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.cc 117 CancelAuth();
186 void LoginHandler::CancelAuth() {
246 CancelAuth();
250 // Returns whether authentication had been handled (SetAuth or CancelAuth).
384 // Calls CancelAuth from the IO loop.
389 request_->CancelAuth();
390 // Verify that CancelAuth doesn't destroy the request via our delegate.
466 handler->CancelAuth();
508 handler->CancelAuth();
login_prompt.h 65 void CancelAuth();
78 // Returns whether authentication had been handled (SetAuth or CancelAuth).
117 // Calls CancelAuth from the IO loop.
123 // True if we've handled auth (SetAuth or CancelAuth has been called).
login_prompt_browsertest.cc 561 handler->CancelAuth();
605 handler->CancelAuth();
784 handler->CancelAuth();
859 handler->CancelAuth();
    [all...]
  /external/chromium_org/content/shell/browser/
shell_login_dialog.cc 99 request_->CancelAuth();
  /external/chromium_org/android_webview/browser/
aw_login_delegate.cc 140 request_->CancelAuth();
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_apitest.cc 47 handler->CancelAuth();
  /external/chromium_org/net/proxy/
proxy_script_fetcher_impl.cc 186 request->CancelAuth();
  /external/chromium_org/net/websockets/
websocket_stream.cc 213 request->CancelAuth();
  /external/chromium_org/content/browser/loader/
resource_loader.cc 238 request_->CancelAuth();
249 request_->CancelAuth();

Completed in 495 milliseconds