IsFirstRunAfterBoot  264 ash/root_window_controller.cc                    Shell::GetInstance()->delegate()->IsFirstRunAfterBoot());
IsFirstRunAfterBoot  806 ash/shell.cc           delegate_->IsFirstRunAfterBoot() ? kChromeOsBootColor : 0);
IsFirstRunAfterBoot   37 ash/shell/shell_delegate_impl.h   virtual bool IsFirstRunAfterBoot() const OVERRIDE;
IsFirstRunAfterBoot   72 ash/shell_delegate.h   virtual bool IsFirstRunAfterBoot() const = 0;
IsFirstRunAfterBoot   33 ash/test/test_shell_delegate.h   virtual bool IsFirstRunAfterBoot() const OVERRIDE;
IsFirstRunAfterBoot   24 chrome/browser/chromeos/display/display_configuration_observer.cc   if (ash::Shell::GetInstance()->delegate()->IsFirstRunAfterBoot())
IsFirstRunAfterBoot   50 chrome/browser/ui/ash/chrome_shell_delegate.h   virtual bool IsFirstRunAfterBoot() const OVERRIDE;
IsFirstRunAfterBoot  237 chrome/browser/ui/ash/chrome_shell_delegate_chromeos.cc   chromeos::LoadDisplayPreferences(IsFirstRunAfterBoot());