Searched refs:BluetoothDeviceList (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dbluetooth_device_list.js95 var BluetoothDeviceList = cr.ui.define('list');
97 BluetoothDeviceList.prototype = {
342 BluetoothDeviceList: BluetoothDeviceList,
H A Dbluetooth_add_device_overlay.js83 options.system.bluetooth.BluetoothDeviceList.decorate(deviceList);
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc35 void UpdateBluetoothDeviceListHelper(BluetoothDeviceList* list,
37 for (BluetoothDeviceList::iterator it = list->begin(); it != list->end();
51 BluetoothDeviceList* list,
53 for (BluetoothDeviceList::iterator it = list->begin(); it != list->end();
162 BluetoothDeviceList list;
272 void AppendSameTypeDevicesToScrollList(const BluetoothDeviceList& list,
330 const BluetoothDeviceList& device_list,
406 BluetoothDeviceList connected_devices_;
407 BluetoothDeviceList connecting_devices_;
408 BluetoothDeviceList paired_not_connected_devices
[all...]
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_delegate.h53 typedef std::vector<BluetoothDeviceInfo> BluetoothDeviceList; typedef in namespace:ash
206 virtual void GetAvailableBluetoothDevices(BluetoothDeviceList* devices) = 0;
H A Ddefault_system_tray_delegate.cc180 BluetoothDeviceList* list) {
H A Ddefault_system_tray_delegate.h59 virtual void GetAvailableBluetoothDevices(BluetoothDeviceList* list) OVERRIDE;
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_linux.cc184 ash::BluetoothDeviceList* list) OVERRIDE {
H A Dsystem_tray_delegate_win.cc181 ash::BluetoothDeviceList* list) OVERRIDE {
H A Dsystem_tray_delegate_chromeos.h95 virtual void GetAvailableBluetoothDevices(ash::BluetoothDeviceList* list)
H A Dsystem_tray_delegate_chromeos.cc629 ash::BluetoothDeviceList* list) {
/external/chromium_org/chrome/browser/resources/options/
H A Dbrowser_options.js445 options.system.bluetooth.BluetoothDeviceList.decorate(

Completed in 1036 milliseconds