Home
last modified time | relevance | path

Searched refs:ShouldShowDisplayNotification (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ash/test/
Dtest_system_tray_delegate.h46 virtual bool ShouldShowDisplayNotification() OVERRIDE;
Dtest_system_tray_delegate.cc72 bool TestSystemTrayDelegate::ShouldShowDisplayNotification() { in ShouldShowDisplayNotification() function in ash::test::TestSystemTrayDelegate
/external/chromium_org/ash/system/tray/
Ddefault_system_tray_delegate.cc123 bool DefaultSystemTrayDelegate::ShouldShowDisplayNotification() { in ShouldShowDisplayNotification() function in ash::DefaultSystemTrayDelegate
Ddefault_system_tray_delegate.h42 virtual bool ShouldShowDisplayNotification() OVERRIDE;
Dsystem_tray_delegate.h186 virtual bool ShouldShowDisplayNotification() = 0;
/external/chromium_org/chrome/browser/ui/ash/
Dsystem_tray_delegate_win.cc121 virtual bool ShouldShowDisplayNotification() OVERRIDE { in ShouldShowDisplayNotification() function in __anonf35fd0c60111::SystemTrayDelegateWin
Dsystem_tray_delegate_linux.cc123 virtual bool ShouldShowDisplayNotification() OVERRIDE { in ShouldShowDisplayNotification() function in __anon28d270080111::SystemTrayDelegateLinux
Dsystem_tray_delegate_chromeos.h82 virtual bool ShouldShowDisplayNotification() OVERRIDE;
Dsystem_tray_delegate_chromeos.cc510 bool SystemTrayDelegateChromeOS::ShouldShowDisplayNotification() { in ShouldShowDisplayNotification() function in chromeos::SystemTrayDelegateChromeOS
/external/chromium_org/ash/system/chromeos/
Dtray_display.cc421 ShouldShowDisplayNotification()) { in OnDisplayConfigurationChanged()