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

  /external/chromium_org/chrome/browser/ui/android/
chrome_http_auth_handler.cc 60 void ChromeHttpAuthHandler::SetAuth(JNIEnv* env,
67 observer_->SetAuth(username16, password16);
chrome_http_auth_handler.h 27 // Registers an observer to receive callbacks when SetAuth() and CancelAuth()
46 void SetAuth(JNIEnv* env, jobject, jstring username, jstring password);
  /external/chromium_org/net/url_request/
url_request_ftp_job.h 69 virtual void SetAuth(const AuthCredentials& credentials) OVERRIDE;
url_request_http_job.h 114 virtual void SetAuth(const AuthCredentials& credentials) OVERRIDE;
url_request_job.h 175 // obtaining the credentials passing them to SetAuth.
183 virtual void SetAuth(const AuthCredentials& credentials);
url_request_ftp_job.cc 316 void URLRequestFtpJob::SetAuth(const AuthCredentials& credentials) {
400 SetAuth(cached_auth->credentials);
url_request.h 209 // call request->SetAuth() with the user's credentials once it obtains them,
617 // SetAuth will reissue the request with the given credentials.
619 void SetAuth(const AuthCredentials& credentials);
    [all...]
url_request.cc 902 void URLRequest::SetAuth(const AuthCredentials& credentials) {
906 job_->SetAuth(credentials);
    [all...]
url_request_job.cc 180 void URLRequestJob::SetAuth(const AuthCredentials& credentials) {
377 // Wait for SetAuth or CancelAuth to be called.
url_request_test_util.cc 227 request->SetAuth(credentials_);
url_request_http_job.cc     [all...]
  /external/chromium_org/chrome/browser/ui/login/
login_prompt.h 61 void SetAuth(const base::string16& username, const base::string16& password);
78 // Returns whether authentication had been handled (SetAuth or CancelAuth).
113 // Calls SetAuth from the IO loop.
123 // True if we've handled auth (SetAuth or CancelAuth has been called).
login_prompt_browsertest.cc 79 handler->SetAuth(base::UTF8ToUTF16(info.username_),
337 handler->SetAuth(base::UTF8ToUTF16(bad_username_),
387 handler->SetAuth(base::UTF8ToUTF16(bad_username_),
403 handler->SetAuth(username, password);
462 handler1->SetAuth(base::UTF8ToUTF16(username_basic_),
464 handler2->SetAuth(base::UTF8ToUTF16(username_digest_),
702 handler->SetAuth(base::UTF8ToUTF16(bad_username_),
    [all...]
login_prompt.cc 137 void LoginHandler::SetAuth(const base::string16& username,
190 // Similar to how we deal with notifications above in SetAuth()
243 SetAuth(supplied_details->username(), supplied_details->password());
250 // Returns whether authentication had been handled (SetAuth or CancelAuth).
373 // Calls SetAuth from the IO loop.
379 request_->SetAuth(net::AuthCredentials(username, password));
  /external/chromium_org/chrome/browser/ui/views/
login_prompt_views.cc 89 SetAuth(login_view_->GetUsername(), login_view_->GetPassword());
120 // Scary thread safety note: This can potentially be called *after* SetAuth
  /external/chromium_org/content/shell/browser/
shell_login_dialog.cc 97 request_->SetAuth(net::AuthCredentials(username, password));
  /external/chromium_org/android_webview/browser/
aw_login_delegate.cc 151 request_->SetAuth(net::AuthCredentials(user, password));
  /external/chromium_org/chrome/browser/net/
proxy_browsertest.cc 62 // SetAuth() will close the login dialog.
63 login_details->handler()->SetAuth(base::ASCIIToUTF16("foo"),

Completed in 308 milliseconds