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

12

/external/chromium_org/chromeos/login/auth/
H A Dauth_status_consumer.cc11 OnAuthSuccess(user_context);
H A Dmock_authenticator.cc24 OnAuthSuccess();
31 FROM_HERE, base::Bind(&MockAuthenticator::OnAuthSuccess, this));
50 consumer_->OnAuthSuccess(new_user_context);
66 consumer_->OnAuthSuccess(logged_in_user_context);
73 consumer_->OnAuthSuccess(user_context);
82 void MockAuthenticator::OnAuthSuccess() { function in class:chromeos::MockAuthenticator
87 consumer_->OnAuthSuccess(user_context);
H A Dfake_extended_authenticator.cc44 OnAuthSuccess(reported_user_context);
58 OnAuthSuccess(context);
100 void FakeExtendedAuthenticator::OnAuthSuccess(const UserContext& context) { function in class:chromeos::FakeExtendedAuthenticator
102 old_consumer_->OnAuthSuccess(context);
H A Dmock_auth_status_consumer.h22 MOCK_METHOD1(OnAuthSuccess, void(const UserContext& user_context));
36 // Compatible with AuthStatusConsumer::OnAuthSuccess()
H A Dauth_status_consumer.h119 virtual void OnAuthSuccess(const UserContext& user_context) = 0;
H A Dauthenticator.h24 // 1. On successful authentication, will call consumer_->OnAuthSuccess().
71 virtual void OnAuthSuccess() = 0;
H A Dfake_extended_authenticator.h52 void OnAuthSuccess(const UserContext& context);
H A Dmock_authenticator.h40 virtual void OnAuthSuccess() OVERRIDE;
H A Dcryptohome_authenticator.h101 // home directory for the user, we will call consumer_->OnAuthSuccess()
145 virtual void OnAuthSuccess() OVERRIDE;
H A Dcryptohome_authenticator.cc540 void CryptohomeAuthenticator::OnAuthSuccess() { function in class:chromeos::CryptohomeAuthenticator
550 consumer_->OnAuthSuccess(current_state_->user_context);
731 FROM_HERE, base::Bind(&CryptohomeAuthenticator::OnAuthSuccess, this));
750 FROM_HERE, base::Bind(&CryptohomeAuthenticator::OnAuthSuccess, this));
755 FROM_HERE, base::Bind(&CryptohomeAuthenticator::OnAuthSuccess, this));
H A Dextended_authenticator_impl.cc309 old_consumer_->OnAuthSuccess(copy);
340 old_consumer_->OnAuthSuccess(user_context);
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_profile_loader.h52 virtual void OnAuthSuccess(const UserContext& user_context) OVERRIDE;
H A Dkiosk_profile_loader.cc149 void KioskProfileLoader::OnAuthSuccess(const UserContext& user_context) { function in class:chromeos::KioskProfileLoader
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dlogin_performer.h63 virtual void OnAuthSuccess(const UserContext& user_context) OVERRIDE;
H A Dlogin_performer.cc95 void LoginPerformer::OnAuthSuccess(const UserContext& user_context) { function in class:chromeos::LoginPerformer
99 // After delegate_->OnAuthSuccess(...) is called, delegate_ releases
102 delegate_->OnAuthSuccess(user_context);
128 // See ExistingUserConstoller::OnAuthSuccess().
H A Dcryptohome_authenticator_unittest.cc215 // Allow test to fail and exit gracefully, even if OnAuthSuccess()
218 ON_CALL(consumer_, OnAuthSuccess(_))
242 EXPECT_CALL(consumer_, OnAuthSuccess(user_context))
363 TEST_F(CryptohomeAuthenticatorTest, OnAuthSuccess) {
364 EXPECT_CALL(consumer_, OnAuthSuccess(user_context_))
369 auth_->OnAuthSuccess();
/external/chromium_org/chrome/browser/chromeos/login/easy_unlock/
H A Deasy_unlock_reauth.cc91 virtual void OnAuthSuccess(
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Derror_screen.h63 virtual void OnAuthSuccess(const UserContext& user_context) OVERRIDE;
H A Derror_screen.cc75 void ErrorScreen::OnAuthSuccess(const UserContext& user_context) { function in class:chromeos::ErrorScreen
/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_signin_screen.h89 virtual void OnAuthSuccess(const UserContext& user_context) OVERRIDE;
H A Dapp_launch_signin_screen.cc188 void AppLaunchSigninScreen::OnAuthSuccess(const UserContext& user_context) { function in class:chromeos::AppLaunchSigninScreen
H A Dexisting_user_controller.h150 virtual void OnAuthSuccess(const UserContext& user_context) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dscreen_locker.h65 virtual void OnAuthSuccess(const UserContext& user_context) OVERRIDE;
H A Dscreen_locker_tester.cc48 virtual void OnAuthSuccess(
H A Dscreen_locker.cc204 void ScreenLocker::OnAuthSuccess(const UserContext& user_context) { function in class:chromeos::ScreenLocker
250 auth_status_consumer_->OnAuthSuccess(authentication_capture_->user_context);

Completed in 166 milliseconds

12