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

  /external/chromium_org/ash/shell/
shell_delegate_impl.h 30 virtual bool IsFirstRunAfterBoot() const OVERRIDE;
shell_delegate_impl.cc 75 bool ShellDelegateImpl::IsFirstRunAfterBoot() const {
  /external/chromium_org/ash/
shell_delegate.h 108 virtual bool IsFirstRunAfterBoot() const = 0;
shell.cc 469 delegate_->IsFirstRunAfterBoot() ? kChromeOsBootColor : 0);
625 delegate_->IsFirstRunAfterBoot());
    [all...]
  /external/chromium_org/ash/test/
test_shell_delegate.h 33 virtual bool IsFirstRunAfterBoot() const OVERRIDE;
test_shell_delegate.cc 39 bool TestShellDelegate::IsFirstRunAfterBoot() const {
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_views.cc 28 bool ChromeShellDelegate::IsFirstRunAfterBoot() const {
chrome_shell_delegate.h 47 virtual bool IsFirstRunAfterBoot() const OVERRIDE;
chrome_shell_delegate_chromeos.cc 62 bool ChromeShellDelegate::IsFirstRunAfterBoot() const {
68 chromeos::LoadDisplayPreferences(IsFirstRunAfterBoot());

Completed in 53 milliseconds