Searched refs:IsFirstRunAfterBoot (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/display/
H A Ddisplay_configuration_observer.cc24 if (ash::Shell::GetInstance()->delegate()->IsFirstRunAfterBoot())
/external/chromium_org/ash/shell/
H A Dshell_delegate_impl.h37 virtual bool IsFirstRunAfterBoot() const OVERRIDE;
H A Dshell_delegate_impl.cc166 bool ShellDelegateImpl::IsFirstRunAfterBoot() const { function in class:ash::shell::ShellDelegateImpl
/external/chromium_org/ash/
H A Dshell_delegate.h71 virtual bool IsFirstRunAfterBoot() const = 0;
H A Droot_window_controller.cc270 Shell::GetInstance()->delegate()->IsFirstRunAfterBoot());
H A Dshell.cc847 delegate_->IsFirstRunAfterBoot() ? kChromeOsBootColor : 0);
/external/chromium_org/ash/test/
H A Dtest_shell_delegate.h35 virtual bool IsFirstRunAfterBoot() const OVERRIDE;
H A Dtest_shell_delegate.cc90 bool TestShellDelegate::IsFirstRunAfterBoot() const { function in class:ash::test::TestShellDelegate
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate.h50 virtual bool IsFirstRunAfterBoot() const OVERRIDE;
H A Dchrome_shell_delegate_chromeos.cc217 bool ChromeShellDelegate::IsFirstRunAfterBoot() const { function in class:ChromeShellDelegate
223 chromeos::LoadDisplayPreferences(IsFirstRunAfterBoot());
H A Dchrome_shell_delegate_views.cc169 bool ChromeShellDelegate::IsFirstRunAfterBoot() const { function in class:ChromeShellDelegate

Completed in 1484 milliseconds