OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsFirstRunAfterBoot
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/ash/shell/
shell_delegate_impl.h
37
virtual bool
IsFirstRunAfterBoot
() const OVERRIDE;
shell_delegate_impl.cc
85
bool ShellDelegateImpl::
IsFirstRunAfterBoot
() const {
/external/chromium_org/ash/
shell_delegate.h
66
virtual bool
IsFirstRunAfterBoot
() const = 0;
root_window_controller.cc
224
Shell::GetInstance()->delegate()->
IsFirstRunAfterBoot
());
[
all
...]
shell.cc
749
delegate_->
IsFirstRunAfterBoot
() ? kChromeOsBootColor : 0);
[
all
...]
/external/chromium_org/ash/test/
test_shell_delegate.h
33
virtual bool
IsFirstRunAfterBoot
() const OVERRIDE;
test_shell_delegate.cc
64
bool TestShellDelegate::
IsFirstRunAfterBoot
() const {
/external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h
39
virtual bool
IsFirstRunAfterBoot
() const OVERRIDE;
chrome_shell_delegate_chromeos.cc
203
bool ChromeShellDelegate::
IsFirstRunAfterBoot
() const {
209
chromeos::LoadDisplayPreferences(
IsFirstRunAfterBoot
());
chrome_shell_delegate_views.cc
144
bool ChromeShellDelegate::
IsFirstRunAfterBoot
() const {
Completed in 334 milliseconds