Home
last modified time | relevance | path

Searched refs:SystemTrayNotifier (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/ash/system/tray/
Dsystem_tray_notifier.cc13 SystemTrayNotifier::SystemTrayNotifier() { in SystemTrayNotifier() function in ash::SystemTrayNotifier
19 SystemTrayNotifier::~SystemTrayNotifier() { in ~SystemTrayNotifier()
22 void SystemTrayNotifier::AddAccessibilityObserver( in AddAccessibilityObserver()
27 void SystemTrayNotifier::RemoveAccessibilityObserver( in RemoveAccessibilityObserver()
32 void SystemTrayNotifier::AddAudioObserver(AudioObserver* observer) { in AddAudioObserver()
36 void SystemTrayNotifier::RemoveAudioObserver(AudioObserver* observer) { in RemoveAudioObserver()
40 void SystemTrayNotifier::AddBluetoothObserver(BluetoothObserver* observer) { in AddBluetoothObserver()
44 void SystemTrayNotifier::RemoveBluetoothObserver(BluetoothObserver* observer) { in RemoveBluetoothObserver()
48 void SystemTrayNotifier::AddClockObserver(ClockObserver* observer) { in AddClockObserver()
52 void SystemTrayNotifier::RemoveClockObserver(ClockObserver* observer) { in RemoveClockObserver()
[all …]
Dsystem_tray_notifier.h42 class ASH_EXPORT SystemTrayNotifier {
44 SystemTrayNotifier();
45 ~SystemTrayNotifier();
173 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier);
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_tray_item_unittest.cc31 SystemTrayNotifier* GetSystemTrayNotifier() { in GetSystemTrayNotifier()
150 base::Bind(&SystemTrayNotifier::NotifyScreenCaptureStart, in TEST_F()
157 base::Bind(&SystemTrayNotifier::NotifyScreenCaptureStop, in TEST_F()
165 base::Bind(&SystemTrayNotifier::NotifyScreenShareStart, in TEST_F()
172 base::Bind(&SystemTrayNotifier::NotifyScreenShareStop, in TEST_F()
/external/chromium_org/ash/
Dash_touch_exploration_manager_chromeos.cc29 SystemTrayNotifier* system_tray_notifier = in ~AshTouchExplorationManager()
Dshell.h138 class SystemTrayNotifier; variable
493 SystemTrayNotifier* system_tray_notifier() { in system_tray_notifier()
639 scoped_ptr<SystemTrayNotifier> system_tray_notifier_;
Dshell.cc1002 system_tray_notifier_.reset(new ash::SystemTrayNotifier()); in Init()
/external/chromium_org/ash/system/chromeos/network/
Dtray_network.cc269 SystemTrayNotifier* notifier = Shell::GetInstance()->system_tray_notifier(); in TrayNetwork()
275 SystemTrayNotifier* notifier = Shell::GetInstance()->system_tray_notifier(); in ~TrayNetwork()
/external/chromium_org/chrome/browser/ui/ash/
Dsystem_tray_delegate_win.cc287 ash::SystemTrayNotifier* GetSystemTrayNotifier() { in GetSystemTrayNotifier()
Dsystem_tray_delegate_linux.cc290 ash::SystemTrayNotifier* GetSystemTrayNotifier() { in GetSystemTrayNotifier()
Dsystem_tray_delegate_chromeos.h140 ash::SystemTrayNotifier* GetSystemTrayNotifier();
Dsystem_tray_delegate_chromeos.cc864 ash::SystemTrayNotifier* SystemTrayDelegateChromeOS::GetSystemTrayNotifier() { in GetSystemTrayNotifier()