HomeSort by relevance Sort by last modified time
    Searched defs:SystemTrayNotifier (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/system/tray/
system_tray_notifier.h 43 class ASH_EXPORT SystemTrayNotifier {
45 SystemTrayNotifier();
46 ~SystemTrayNotifier();
179 DISALLOW_COPY_AND_ASSIGN(SystemTrayNotifier);
system_tray_notifier.cc 13 SystemTrayNotifier::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::RemoveBluetoothObserver(BluetoothObserver* observer)
    [all...]

Completed in 4610 milliseconds