HomeSort by relevance Sort by last modified time
    Searched refs:ShouldShowSettings (Results 1 - 9 of 9) 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/chromeos/settings/
tray_settings.cc 145 if (!ash::Shell::GetInstance()->system_tray_delegate()->ShouldShowSettings())
  /external/chromium_org/ash/system/tray/
system_tray_delegate.h 160 virtual bool ShouldShowSettings() = 0;
test_system_tray_delegate.cc 117 bool TestSystemTrayDelegate::ShouldShowSettings() {
test_system_tray_delegate.h 41 virtual bool ShouldShowSettings() OVERRIDE;
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 490 virtual bool ShouldShowSettings() OVERRIDE {
491 return UserManager::Get()->GetCurrentUserFlow()->ShouldShowSettings();
    [all...]

Completed in 135 milliseconds