HomeSort by relevance Sort by last modified time
    Searched refs:LoginUtils (Results 1 - 18 of 18) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 28 class LoginUtils {
36 // Get LoginUtils singleton object. If it was not set before, new default
38 static LoginUtils* Get();
40 // Set LoginUtils singleton object for test purpose only!
41 static void Set(LoginUtils* ptr);
47 virtual ~LoginUtils() {}
login_utils.cc 106 class LoginUtilsImpl : public LoginUtils,
118 LoginUtils::Delegate* delegate);
174 LoginUtils::Delegate* delegate_;
185 LoginUtils* get() {
192 void reset(LoginUtils* ptr) {
202 scoped_ptr<LoginUtils> ptr_;
212 LoginUtils::Delegate* delegate) {
572 LoginUtils* LoginUtils::Get() {
576 void LoginUtils::Set(LoginUtils* mock)
    [all...]
existing_user_controller.cc 101 LoginUtils::Get()->PrewarmAuthentication();
327 LoginUtils::Get()->PrepareProfile(username,
368 LoginUtils::DoBrowserLaunch(profile);
377 LoginUtils::Get()->CompleteOffTheRecordLogin(guest_mode_url_);
existing_user_controller.h 45 public LoginUtils::Delegate,
92 // LoginUtils::Delegate implementation:
login_performer.cc 151 LoginUtils::Get()->FetchCookies(profile, credentials_);
152 LoginUtils::Get()->FetchTokens(profile, credentials_);
284 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
468 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
existing_user_controller_browsertest.cc 137 LoginUtils::Set(new MockLoginUtils(kUsername, kPassword));
mock_authenticator.h 102 class MockLoginUtils : public LoginUtils {
network_screen.cc 108 LoginUtils::Get()->GetBackgroundView()->GetNativeWindow());
base_login_display_host.cc 269 chromeos::LoginUtils::Get()->PrewarmAuthentication();
wizard_controller.cc 528 NewRunnableFunction(&chromeos::LoginUtils::DoBrowserLaunch,
540 chromeos::LoginUtils::Get()->CompleteOffTheRecordLogin(start_url_);
background_view.cc 191 LoginUtils::Get()->SetBackgroundView(*view);
eula_view.cc 494 LoginUtils::Get()->GetBackgroundView()->GetNativeWindow();
screen_locker.cc 722 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
    [all...]
  /external/chromium/chrome/browser/ui/
browser_navigator_browsertest_chromeos.cc 23 chromeos::LoginUtils::Get()->GetOffTheRecordCommandLine(GetGoogleURL(),
  /external/chromium/chrome/browser/chromeos/
network_login_observer.cc 45 BackgroundView* background_view = LoginUtils::Get()->GetBackgroundView();
setting_level_bubble.cc 62 BackgroundView* background = LoginUtils::Get()->GetBackgroundView();
preferences.cc 214 LoginUtils::Get()->SetFirstLoginPrefs(prefs);
  /external/chromium/chrome/browser/
browser_main.cc     [all...]

Completed in 1366 milliseconds