Searched defs:SystemTrayNotifier (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Dsystem_tray_notifier.h42 class ASH_EXPORT SystemTrayNotifier { class in namespace:ash
44 SystemTrayNotifier();
45 ~SystemTrayNotifier();
173 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier);
H A Dsystem_tray_notifier.cc13 SystemTrayNotifier::SystemTrayNotifier() { function in class:ash::SystemTrayNotifier
19 SystemTrayNotifier::~SystemTrayNotifier() {
22 void SystemTrayNotifier::AddAccessibilityObserver(
27 void SystemTrayNotifier::RemoveAccessibilityObserver(
32 void SystemTrayNotifier::AddAudioObserver(AudioObserver* observer) {
36 void SystemTrayNotifier::RemoveAudioObserver(AudioObserver* observer) {
40 void SystemTrayNotifier::AddBluetoothObserver(BluetoothObserver* observer) {
44 void SystemTrayNotifier
[all...]

Completed in 224 milliseconds