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

  /external/chromium_org/ash/system/bluetooth/
bluetooth_observer.h 10 class BluetoothObserver {
12 virtual ~BluetoothObserver() {}
tray_bluetooth.h 18 public BluetoothObserver {
33 // Overridden from BluetoothObserver.
  /external/chromium_org/ash/system/tray/
system_tray_notifier.h 53 void AddBluetoothObserver(BluetoothObserver* observer);
54 void RemoveBluetoothObserver(BluetoothObserver* observer);
152 ObserverList<BluetoothObserver> bluetooth_observers_;
system_tray_notifier.cc 40 void SystemTrayNotifier::AddBluetoothObserver(BluetoothObserver* observer) {
44 void SystemTrayNotifier::RemoveBluetoothObserver(BluetoothObserver* observer) {
238 FOR_EACH_OBSERVER(BluetoothObserver,
244 FOR_EACH_OBSERVER(BluetoothObserver,

Completed in 138 milliseconds