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

  /external/chromium_org/chrome/browser/chromeos/display/
display_configuration_observer.cc 24 if (ash::Shell::GetInstance()->delegate()->IsFirstRunAfterBoot())
  /external/chromium_org/ash/shell/
shell_delegate_impl.h 37 virtual bool IsFirstRunAfterBoot() const OVERRIDE;
shell_delegate_impl.cc 166 bool ShellDelegateImpl::IsFirstRunAfterBoot() const {
  /external/chromium_org/ash/
shell_delegate.h 71 virtual bool IsFirstRunAfterBoot() const = 0;
root_window_controller.cc 270 Shell::GetInstance()->delegate()->IsFirstRunAfterBoot());
    [all...]
shell.cc 847 delegate_->IsFirstRunAfterBoot() ? kChromeOsBootColor : 0);
    [all...]
  /external/chromium_org/ash/test/
test_shell_delegate.h 35 virtual bool IsFirstRunAfterBoot() const OVERRIDE;
test_shell_delegate.cc 90 bool TestShellDelegate::IsFirstRunAfterBoot() const {
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h 50 virtual bool IsFirstRunAfterBoot() const OVERRIDE;
chrome_shell_delegate_chromeos.cc 217 bool ChromeShellDelegate::IsFirstRunAfterBoot() const {
223 chromeos::LoadDisplayPreferences(IsFirstRunAfterBoot());
chrome_shell_delegate_views.cc 169 bool ChromeShellDelegate::IsFirstRunAfterBoot() const {

Completed in 323 milliseconds