OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ShouldShowSettings
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
user_flow.h
22
virtual bool
ShouldShowSettings
() = 0;
47
virtual bool
ShouldShowSettings
() OVERRIDE;
63
virtual bool
ShouldShowSettings
() OVERRIDE;
user_flow.cc
27
bool DefaultUserFlow::
ShouldShowSettings
() {
61
bool ExtendedUserFlow::
ShouldShowSettings
() {
/external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_flow.h
23
virtual bool
ShouldShowSettings
() OVERRIDE;
locally_managed_user_creation_flow.cc
35
bool LocallyManagedUserCreationFlow::
ShouldShowSettings
() {
/external/chromium_org/ash/system/tray/
default_system_tray_delegate.h
36
virtual bool
ShouldShowSettings
() OVERRIDE;
default_system_tray_delegate.cc
104
bool DefaultSystemTrayDelegate::
ShouldShowSettings
() {
system_tray_delegate.h
160
virtual bool
ShouldShowSettings
() = 0;
/external/chromium_org/ash/system/chromeos/settings/
tray_settings.cc
145
if (!ash::Shell::GetInstance()->system_tray_delegate()->
ShouldShowSettings
())
/external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_win.cc
103
virtual bool
ShouldShowSettings
() OVERRIDE {
/external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc
481
virtual bool
ShouldShowSettings
() OVERRIDE {
482
return UserManager::Get()->GetCurrentUserFlow()->
ShouldShowSettings
();
[
all
...]
Completed in 445 milliseconds