Searched refs:SetAuth (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/ui/android/
H A Dchrome_http_auth_handler.cc64 void ChromeHttpAuthHandler::SetAuth(JNIEnv* env, function in class:ChromeHttpAuthHandler
71 observer_->SetAuth(username16, password16);
H A Dchrome_http_auth_handler.h27 // 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/
H A Durl_request_ftp_job.h69 virtual void SetAuth(const AuthCredentials& credentials) OVERRIDE;
H A Durl_request_job.h176 // obtaining the credentials passing them to SetAuth.
184 virtual void SetAuth(const AuthCredentials& credentials);
H A Durl_request_ftp_job.cc318 void URLRequestFtpJob::SetAuth(const AuthCredentials& credentials) { function in class:net::URLRequestFtpJob
402 SetAuth(cached_auth->credentials);
H A Durl_request_http_job.h119 virtual void SetAuth(const AuthCredentials& credentials) OVERRIDE;
H A Durl_request.h220 // 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);
H A Durl_request.cc897 void URLRequest::SetAuth(const AuthCredentials& credentials) { function in class:net::URLRequest
901 job_->SetAuth(credentials);
1104 SetAuth(credentials);
H A Durl_request_job.cc179 void URLRequestJob::SetAuth(const AuthCredentials& credentials) { function in class:net::URLRequestJob
360 // Wait for SetAuth or CancelAuth to be called.
H A Durl_request_test_util.cc219 request->SetAuth(credentials_);
H A Durl_request_http_job.cc1114 void URLRequestHttpJob::SetAuth(const AuthCredentials& credentials) { function in class:net::URLRequestHttpJob
/external/chromium_org/android_webview/browser/
H A Daw_login_delegate.cc115 request_->SetAuth(net::AuthCredentials(user, password));
/external/chromium_org/chrome/browser/ui/views/
H A Dlogin_prompt_views.cc89 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/
H A Dshell_login_dialog.cc97 request_->SetAuth(net::AuthCredentials(username, password));
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt_browsertest.cc84 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_),
1108 handler->SetAuth(base::UTF8ToUTF16(bad_username_),
1124 handler->SetAuth(username, password);
H A Dlogin_prompt.cc138 void LoginHandler::SetAuth(const base::string16& username, function in class:LoginHandler
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));
H A Dlogin_prompt.h61 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).
/external/chromium_org/chrome/browser/net/
H A Dproxy_browsertest.cc62 // SetAuth() will close the login dialog.
63 login_details->handler()->SetAuth(base::ASCIIToUTF16("foo"),
H A Dwebsocket_browsertest.cc136 login_handler->SetAuth(username_, password_);
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_browsertest.cc1117 handler->SetAuth(base::UTF8ToUTF16("user"), base::UTF8ToUTF16("pwd"));

Completed in 5875 milliseconds