Searched refs:LoginUtils (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dfake_login_utils.h13 // This class emulates behavior of LoginUtils for browser tests.
20 class FakeLoginUtils : public LoginUtils {
31 LoginUtils::Delegate* delegate) OVERRIDE;
32 virtual void DelegateDeleted(LoginUtils::Delegate* delegate) OVERRIDE;
H A Dmock_login_utils.h28 class MockLoginUtils : public LoginUtils {
38 bool, bool, LoginUtils::Delegate*));
39 MOCK_METHOD1(DelegateDeleted, void(LoginUtils::Delegate*));
H A Dlogin_utils.h28 class LoginUtils { class in namespace:chromeos
43 // Get LoginUtils singleton object. If it was not set before, new default
45 static LoginUtils* Get();
47 // Set LoginUtils singleton object for test purpose only!
48 static void Set(LoginUtils* ptr);
55 virtual ~LoginUtils() {}
H A Dlogin_utils.cc182 class LoginUtilsImpl : public LoginUtils,
193 // LoginUtils implementation:
202 LoginUtils::Delegate* delegate) OVERRIDE;
203 virtual void DelegateDeleted(LoginUtils::Delegate* delegate) OVERRIDE;
236 LoginUtils::Delegate* delegate_;
247 LoginUtils* get() {
254 void reset(LoginUtils* ptr) {
264 scoped_ptr<LoginUtils> ptr_;
374 LoginUtils::Delegate* delegate) {
375 // TODO(nkostylev): We have to initialize LoginUtils delegat
[all...]
H A Dtest_login_utils.h21 class TestLoginUtils : public LoginUtils {
26 // LoginUtils:
H A Dfake_login_utils.cc67 LoginUtils::Delegate* delegate) {
101 void FakeLoginUtils::DelegateDeleted(LoginUtils::Delegate* delegate) {
H A Dlogin_manager_test.cc50 LoginUtils::Set(mock_login_utils_);
H A Dapp_launch_signin_screen.cc88 // Note: LoginUtils::CreateAuthenticator doesn't necessarily create
90 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
H A Dexisting_user_controller.cc239 LoginUtils::IsWhitelisted((*it)->email(), NULL) ||
332 LoginUtils::Get()->DelegateDeleted(this);
899 LoginUtils::Get()->PrepareProfile(user_context,
940 LoginUtils::Get()->DoBrowserLaunch(profile, host_);
946 LoginUtils::Get()->DoBrowserLaunch(profile, host_);
962 LoginUtils::Get()->CompleteOffTheRecordLogin(guest_mode_url_);
H A Dexisting_user_controller.h55 public LoginUtils::Delegate {
158 // LoginUtils::Delegate implementation:
H A Dexisting_user_controller_auto_login_unittest.cc58 LoginUtils::Set(mock_login_utils_);
H A Dwizard_controller.cc678 base::Bind(&chromeos::LoginUtils::DoBrowserLaunch,
679 base::Unretained(chromeos::LoginUtils::Get()),
H A Dexisting_user_controller_browsertest.cc103 LoginUtils::Set(mock_login_utils_);
H A Dwizard_controller_browsertest.cc660 LoginUtils::Set(new TestLoginUtils(user_context));
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dlogin_performer.cc167 bool is_whitelisted = LoginUtils::IsWhitelisted(email, &wildcard_match);
257 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
268 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
275 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
295 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
305 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
333 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
347 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_profile_loader.h25 public LoginUtils::Delegate {
59 // LoginUtils::Delegate implementation:
H A Dkiosk_profile_loader.cc162 LoginUtils::Get()->PrepareProfile(context,
187 // a profile load, so invalidate the LoginUtils delegate now.
188 LoginUtils::Get()->DelegateDeleted(this);
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_login_flow.cc248 LoginUtils::Get()->DoBrowserLaunch(profile_, host());
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_factory_chromeos.cc216 chromeos::LoginUtils::IsWhitelisted(username, &wildcard_match) &&
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen.cc258 LoginUtils::IsWhitelisted(user_, NULL)) {
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dscreen_locker.cc167 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc582 LoginUtils::Get()->DoBrowserLaunch(profile, NULL); // host_, not needed here
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_impl.cc720 if (chromeos::LoginUtils::Get()->RestartToApplyPerSessionFlagsIfNeed(this,

Completed in 2393 milliseconds