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

  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 37 void UpdateBluetoothDeviceList(BluetoothDeviceList* list,
39 for (BluetoothDeviceList::iterator it = list->begin(); it != list->end();
53 BluetoothDeviceList* list,
55 for (BluetoothDeviceList::iterator it = list->begin(); it != list->end();
166 BluetoothDeviceList list;
274 void AppendSameTypeDevicesToScrollList(const BluetoothDeviceList& list,
322 const BluetoothDeviceList& device_list,
398 BluetoothDeviceList connected_devices_;
399 BluetoothDeviceList connecting_devices_;
400 BluetoothDeviceList paired_not_connected_devices_
    [all...]
  /external/chromium_org/ash/system/tray/
system_tray_delegate.h 54 typedef std::vector<BluetoothDeviceInfo> BluetoothDeviceList;
228 virtual void GetAvailableBluetoothDevices(BluetoothDeviceList* devices) = 0;
default_system_tray_delegate.h 58 virtual void GetAvailableBluetoothDevices(BluetoothDeviceList* list) OVERRIDE;
default_system_tray_delegate.cc 175 BluetoothDeviceList* list) {
  /external/chromium_org/chrome/browser/ui/ash/
system_tray_delegate_win.cc 178 ash::BluetoothDeviceList* list) OVERRIDE {
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 670 ash::BluetoothDeviceList* list) OVERRIDE {
    [all...]

Completed in 35 milliseconds