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

  /external/chromium_org/ash/system/
tray_update.cc 168 return Shell::GetInstance()->system_tray_delegate()->SystemShouldUpgrade();
172 if (!Shell::GetInstance()->system_tray_delegate()->SystemShouldUpgrade())
  /external/chromium_org/ash/system/tray/
default_system_tray_delegate.h 32 virtual bool SystemShouldUpgrade() const OVERRIDE;
default_system_tray_delegate.cc 89 bool DefaultSystemTrayDelegate::SystemShouldUpgrade() const {
system_tray_delegate.h 154 virtual bool SystemShouldUpgrade() const = 0;
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_chromeos.h 72 virtual bool SystemShouldUpgrade() const OVERRIDE;
system_tray_delegate_linux.cc 87 virtual bool SystemShouldUpgrade() const OVERRIDE {
system_tray_delegate_win.cc 88 virtual bool SystemShouldUpgrade() const OVERRIDE {
system_tray_delegate_chromeos.cc 459 bool SystemTrayDelegateChromeOS::SystemShouldUpgrade() const {
    [all...]

Completed in 693 milliseconds