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

12

/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt_uitest.cc70 EXPECT_FALSE(tab->SetAuth(username_basic_, password_bad_));
79 EXPECT_TRUE(tab->SetAuth(username_basic_, password_));
101 EXPECT_FALSE(tab->SetAuth(username_digest_, password_bad_));
109 EXPECT_TRUE(tab->SetAuth(username_digest_, password_));
137 EXPECT_TRUE(basic_tab->SetAuth(username_basic_, password_));
139 EXPECT_TRUE(digest_tab->SetAuth(username_digest_, password_));
229 EXPECT_TRUE(basic_tab1->SetAuth(username_basic_, password_));
H A Dlogin_prompt_win.cc88 SetAuth(login_view_->GetUsername(), login_view_->GetPassword());
114 // Scary thread safety note: This can potentially be called *after* SetAuth
H A Dlogin_prompt.h59 void SetAuth(const string16& username, const string16& password);
80 // Returns whether authentication had been handled (SetAuth or CancelAuth).
112 // Calls SetAuth from the IO loop.
122 // True if we've handled auth (SetAuth or CancelAuth has been called).
H A Dlogin_prompt.cc127 void LoginHandler::SetAuth(const string16& username, function in class:LoginHandler
162 // Similar to how we deal with notifications above in SetAuth()
240 SetAuth(supplied_details->username(), supplied_details->password());
332 // Returns whether authentication had been handled (SetAuth or CancelAuth).
347 // Calls SetAuth from the IO loop.
353 request_->SetAuth(username, password);
H A Dlogin_prompt_gtk.cc109 // Scary thread safety note: This can potentially be called *after* SetAuth
159 SetAuth(
H A Dlogin_prompt_browsertest.cc60 handler->SetAuth(WideToUTF16Hack(info.username_),
369 handler->SetAuth(WideToUTF16Hack(bad_username_),
H A Dlogin_prompt_ui.cc214 login_handler_->SetAuth(username, password);
/external/chromium_org/chrome/browser/ui/android/
H A Dchrome_http_auth_handler.cc59 void ChromeHttpAuthHandler::SetAuth(JNIEnv* env, function in class:ChromeHttpAuthHandler
66 observer_->SetAuth(username16, password16);
H A Dchrome_http_auth_handler.h27 // Registers an observer to receive callbacks when SetAuth() and CancelAuth()
46 void SetAuth(JNIEnv* env, jobject, jstring username, jstring password);
/external/chromium/net/url_request/
H A Durl_request_ftp_job.h55 virtual void SetAuth(const string16& username,
H A Durl_request_http_job.h82 virtual void SetAuth(const string16& username,
H A Durl_request_ftp_job.cc122 SetAuth(cached_auth->username, cached_auth->password);
204 void URLRequestFtpJob::SetAuth(const string16& username, function in class:net::URLRequestFtpJob
H A Durl_request_job.h140 // obtaining the credentials passing them to SetAuth.
148 virtual void SetAuth(const string16& username,
H A Durl_request_test_util.cc144 request->SetAuth(username_, 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.h164 // obtaining the credentials passing them to SetAuth.
172 virtual void SetAuth(const AuthCredentials& credentials);
H A Durl_request_ftp_job.cc316 void URLRequestFtpJob::SetAuth(const AuthCredentials& credentials) { function in class:net::URLRequestFtpJob
400 SetAuth(cached_auth->credentials);
/external/chromium_org/android_webview/browser/
H A Daw_login_delegate.cc119 request_->SetAuth(net::AuthCredentials(user, password));
/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt.h60 void SetAuth(const string16& username, const string16& password);
77 // Returns whether authentication had been handled (SetAuth or CancelAuth).
112 // Calls SetAuth from the IO loop.
122 // True if we've handled auth (SetAuth or CancelAuth has been called).
H A Dlogin_prompt_browsertest.cc76 handler->SetAuth(UTF8ToUTF16(info.username_),
301 handler->SetAuth(UTF8ToUTF16(bad_username_), UTF8ToUTF16(bad_password_));
349 handler->SetAuth(UTF8ToUTF16(bad_username_), UTF8ToUTF16(bad_password_));
364 handler->SetAuth(username, password);
423 handler1->SetAuth(UTF8ToUTF16(username_basic_), UTF8ToUTF16(password_));
424 handler2->SetAuth(UTF8ToUTF16(username_digest_), UTF8ToUTF16(password_));
661 handler->SetAuth(UTF8ToUTF16(bad_username_),
H A Dlogin_prompt.cc130 void LoginHandler::SetAuth(const string16& username, function in class:LoginHandler
164 // Similar to how we deal with notifications above in SetAuth()
217 SetAuth(supplied_details->username(), supplied_details->password());
224 // Returns whether authentication had been handled (SetAuth or CancelAuth).
347 // Calls SetAuth from the IO loop.
353 request_->SetAuth(net::AuthCredentials(username, password));
/external/chromium_org/chrome/browser/ui/views/
H A Dlogin_prompt_views.cc107 SetAuth(login_view_->GetUsername(), login_view_->GetPassword());
148 // Scary thread safety note: This can potentially be called *after* SetAuth
/external/chromium_org/content/shell/
H A Dshell_login_dialog.cc97 request_->SetAuth(net::AuthCredentials(username, password));
/external/chromium_org/chrome/browser/ui/gtk/
H A Dlogin_prompt_gtk.cc115 // Scary thread safety note: This can potentially be called *after* SetAuth
166 SetAuth(
/external/chromium_org/chrome/browser/net/
H A Dproxy_browsertest.cc62 // SetAuth() will close the login dialog.
63 login_details->handler()->SetAuth(ASCIIToUTF16("foo"),

Completed in 443 milliseconds

12