Home
last modified time | relevance | path

Searched refs:GetAvailableBluetoothDevices (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/ash/system/tray/
Ddefault_system_tray_delegate.cc178 void DefaultSystemTrayDelegate::GetAvailableBluetoothDevices( in GetAvailableBluetoothDevices() function in ash::DefaultSystemTrayDelegate
Ddefault_system_tray_delegate.h59 virtual void GetAvailableBluetoothDevices(BluetoothDeviceList* list) OVERRIDE;
Dsystem_tray_delegate.h238 virtual void GetAvailableBluetoothDevices(BluetoothDeviceList* devices) = 0;
/external/chromium_org/chrome/browser/ui/ash/
Dsystem_tray_delegate_win.cc181 virtual void GetAvailableBluetoothDevices( in GetAvailableBluetoothDevices() function in __anonf35fd0c60111::SystemTrayDelegateWin
Dsystem_tray_delegate_linux.cc183 virtual void GetAvailableBluetoothDevices( in GetAvailableBluetoothDevices() function in __anon28d270080111::SystemTrayDelegateLinux
Dsystem_tray_delegate_chromeos.h99 virtual void GetAvailableBluetoothDevices(ash::BluetoothDeviceList* list)
Dsystem_tray_delegate_chromeos.cc674 void SystemTrayDelegateChromeOS::GetAvailableBluetoothDevices( in GetAvailableBluetoothDevices() function in chromeos::SystemTrayDelegateChromeOS
/external/chromium_org/ash/system/bluetooth/
Dtray_bluetooth.cc163 GetAvailableBluetoothDevices(&list); in UpdateBluetoothDeviceList()