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

  /external/chromium_org/chrome/browser/ui/android/
chrome_http_auth_handler.cc 64 void ChromeHttpAuthHandler::SetAuth(JNIEnv* env,
71 observer_->SetAuth(username16, password16);
chrome_http_auth_handler.h 27 // Registers an observer to receive callbacks when SetAuth() and CancelAuth()
44 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 119 virtual void SetAuth(const AuthCredentials& credentials) OVERRIDE;
url_request_job.h 176 // obtaining the credentials passing them to SetAuth.
184 virtual void SetAuth(const AuthCredentials& credentials);
url_request_ftp_job.cc 318 void URLRequestFtpJob::SetAuth(const AuthCredentials& credentials) {
402 SetAuth(cached_auth->credentials);
url_request.h 220 // call request->SetAuth() with the user's credentials once it obtains them,
622 // SetAuth will reissue the request with the given credentials.
624 void SetAuth(const AuthCredentials& credentials);
    [all...]
url_request.cc 897 void URLRequest::SetAuth(const AuthCredentials& credentials) {
901 job_->SetAuth(credentials);
    [all...]
url_request_job.cc 179 void URLRequestJob::SetAuth(const AuthCredentials& credentials) {
360 // Wait for SetAuth or CancelAuth to be called.
url_request_test_util.cc 219 request->SetAuth(credentials_);
url_request_http_job.cc     [all...]
  /external/chromium_org/android_webview/browser/
aw_login_delegate.cc 115 request_->SetAuth(net::AuthCredentials(user, password));
  /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 84 handler->SetAuth(base::UTF8ToUTF16(info.username_),
217 handler->SetAuth(base::UTF8ToUTF16(bad_username_),
267 handler->SetAuth(base::UTF8ToUTF16(bad_username_),
283 handler->SetAuth(username, password);
342 handler1->SetAuth(base::UTF8ToUTF16(username_basic_),
344 handler2->SetAuth(base::UTF8ToUTF16(username_digest_),
582 handler->SetAuth(base::UTF8ToUTF16(bad_username_),
    [all...]
login_prompt.cc 138 void LoginHandler::SetAuth(const base::string16& username,
191 // Similar to how we deal with notifications above in SetAuth()
244 SetAuth(supplied_details->username(), supplied_details->password());
251 // Returns whether authentication had been handled (SetAuth or CancelAuth).
374 // Calls SetAuth from the IO loop.
380 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/chrome/browser/net/
proxy_browsertest.cc 62 // SetAuth() will close the login dialog.
63 login_details->handler()->SetAuth(base::ASCIIToUTF16("foo"),
websocket_browsertest.cc 136 login_handler->SetAuth(username_, password_);
  /external/chromium_org/chrome/browser/password_manager/
password_manager_browsertest.cc     [all...]

Completed in 371 milliseconds