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

/external/chromium/chrome/browser/ui/webui/options/
H A Dpersonal_options_handler.h43 virtual void OnLoginSuccess();
H A Dpersonal_options_handler.cc323 void PersonalOptionsHandler::OnLoginSuccess() { function in class:PersonalOptionsHandler
/external/chromium/chrome/browser/chromeos/login/
H A Dmock_authenticator.h34 // Returns true after posting task to UI thread to call OnLoginSuccess().
43 NewRunnableMethod(this, &MockAuthenticator::OnLoginSuccess,
65 void OnLoginSuccess(const GaiaAuthConsumer::ClientLoginResult& credentials, function in class:chromeos::MockAuthenticator
69 consumer_->OnLoginSuccess(expected_username_,
H A Dgoogle_authenticator_unittest.cc217 TEST_F(GoogleAuthenticatorTest, OnLoginSuccess) {
219 EXPECT_CALL(consumer, OnLoginSuccess(username_, password_, _, false))
231 auth->OnLoginSuccess(result_, false);
246 auth->OnLoginSuccess(result_, false);
254 EXPECT_CALL(consumer, OnLoginSuccess(username_, password_, result_, false))
275 auth->OnLoginSuccess(result_, false);
300 auth->OnLoginSuccess(result_, false);
309 EXPECT_CALL(consumer, OnLoginSuccess(username_, password_, result_, false))
327 auth->OnLoginSuccess(result_, false);
440 EXPECT_CALL(consumer, OnLoginSuccess(username
[all...]
H A Dauthenticator.h20 // consumer_->OnLoginSuccess() on the UI thread.
57 virtual void OnLoginSuccess(
H A Dlogin_status_consumer.h107 virtual void OnLoginSuccess(
H A Dmock_login_status_consumer.h21 MOCK_METHOD4(OnLoginSuccess, void(
42 // Compatible with LoginStatusConsumer::OnLoginSuccess()
H A Dgoogle_authenticator.cc201 &GoogleAuthenticator::OnLoginSuccess,
272 void GoogleAuthenticator::OnLoginSuccess( function in class:chromeos::GoogleAuthenticator
289 consumer_->OnLoginSuccess(username_,
308 OnLoginSuccess(GaiaAuthConsumer::ClientLoginResult(), false);
335 consumer_->OnLoginSuccess(username_,
367 OnLoginSuccess(credentials, false);
378 OnLoginSuccess(credentials, false);
H A Dlogin_performer.h78 virtual void OnLoginSuccess(
H A Dexisting_user_controller.h82 virtual void OnLoginSuccess(
H A Dscreen_locker.h73 virtual void OnLoginSuccess(const std::string& username,
H A Dparallel_authenticator.cc125 void ParallelAuthenticator::OnLoginSuccess( function in class:chromeos::ParallelAuthenticator
140 consumer_->OnLoginSuccess(current_state_->username,
189 NewRunnableMethod(this, &ParallelAuthenticator::OnLoginSuccess,
336 // OnLoginSuccess(..., ..., true) -> OnLoginFailure().
339 NewRunnableMethod(this, &ParallelAuthenticator::OnLoginSuccess,
370 NewRunnableMethod(this, &ParallelAuthenticator::OnLoginSuccess,
H A Dparallel_authenticator_unittest.cc158 // Allow test to fail and exit gracefully, even if OnLoginSuccess()
161 ON_CALL(consumer_, OnLoginSuccess(_, _, _, _))
182 EXPECT_CALL(consumer_, OnLoginSuccess(username, password, result, pending))
270 TEST_F(ParallelAuthenticatorTest, OnLoginSuccess) {
271 EXPECT_CALL(consumer_, OnLoginSuccess(username_, password_, result_, false))
276 auth_->OnLoginSuccess(result_, false);
564 // After the request below completes, OnLoginSuccess gets called again.
602 // After the request below completes, OnLoginSuccess gets called again.
H A Dexisting_user_controller_browsertest.cc82 void OnLoginSuccess(const std::string&, function in class:chromeos::MockLoginPerformerDelegate
H A Dgoogle_authenticator.h44 // consumer_->OnLoginSuccess() with the |username| and a vector of
88 void OnLoginSuccess(const GaiaAuthConsumer::ClientLoginResult& credentials,
H A Dparallel_authenticator.h84 // |username|, we will call consumer_->OnLoginSuccess() with |username| and a
88 // request completes, either consumer_->OnLoginSuccess() with an indication
127 void OnLoginSuccess(const GaiaAuthConsumer::ClientLoginResult& credentials,
H A Dlogin_performer.cc109 void LoginPerformer::OnLoginSuccess( function in class:chromeos::LoginPerformer
122 // After delegate_->OnLoginSuccess(...) is called, delegate_ releases
132 delegate_->OnLoginSuccess(username,
H A Dexisting_user_controller.cc304 void ExistingUserController::OnLoginSuccess( function in class:chromeos::ExistingUserController
H A Dscreen_locker.cc643 screen_locker_->OnLoginSuccess(not_used_string,
835 void ScreenLocker::OnLoginSuccess( function in class:chromeos::ScreenLocker
840 VLOG(1) << "OnLoginSuccess: Sending Unlock request.";
/external/chromium/chrome/browser/
H A Dbrowser_signin.h40 virtual void OnLoginSuccess() = 0;
56 // The delegate will eventually be called with OnLoginSuccess() or
H A Dbrowser_signin.cc263 delegate_->OnLoginSuccess();
H A Dbrowser_main.cc1012 void OnLoginSuccess(const std::string& username, function in class:__anon1051::StubLogin
/external/chromium/chrome/browser/extensions/
H A Dextension_webstore_private_api.h141 virtual void OnLoginSuccess();
H A Dextension_webstore_private_browsertest.cc86 delegate->OnLoginSuccess();
H A Dextension_webstore_private_api.cc498 // Matched with a Release in OnLoginSuccess() and OnLoginFailure().
515 // The response will be sent asynchronously in OnLoginSuccess/OnLoginFailure.
536 void PromptBrowserLoginFunction::OnLoginSuccess() { function in class:PromptBrowserLoginFunction

Completed in 144 milliseconds