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

  /external/chromium_org/chrome/browser/chromeos/login/
mock_user_manager.cc 42 UserFlow* MockUserManager::GetCurrentUserFlow() const {
mock_user_manager.h 112 virtual UserFlow* GetCurrentUserFlow() const OVERRIDE;
user_manager.h 340 virtual UserFlow* GetCurrentUserFlow() const = 0;
user_manager_impl.h 133 virtual UserFlow* GetCurrentUserFlow() const OVERRIDE;
login_utils.cc 254 if (!UserManager::Get()->GetCurrentUserFlow()->ShouldLaunchBrowser()) {
255 UserManager::Get()->GetCurrentUserFlow()->LaunchExtraSteps(profile);
existing_user_controller.cc 819 !UserManager::Get()->GetCurrentUserFlow()->ShouldSkipPostLoginScreens() &&
    [all...]
user_manager_impl.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 491 return UserManager::Get()->GetCurrentUserFlow()->ShouldShowSettings();
    [all...]

Completed in 2215 milliseconds