Home
last modified time | relevance | path

Searched refs:DeviceList (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/ui/events/x/
Ddevice_list_cache_x.h21 struct DeviceList { struct
22 DeviceList() : devices(NULL), count(0) { in DeviceList() argument
31 typedef struct DeviceList<XDeviceInfo> XDeviceList; argument
32 typedef struct DeviceList<XIDeviceInfo> XIDeviceList;
/external/chromium_org/device/bluetooth/
Dbluetooth_adapter.cc19 BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() { in GetDevices()
23 DeviceList devices; in GetDevices()
Dbluetooth_adapter.h139 typedef std::vector<BluetoothDevice*> DeviceList; typedef
140 virtual DeviceList GetDevices();
Dbluetooth_chromeos_unittest.cc342 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in TEST_F()
746 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in TEST_F()
777 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in TEST_F()
804 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in TEST_F()
833 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in TEST_F()
874 BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in TEST_F()
/external/chromium_org/chrome/browser/extensions/api/dial/
Ddial_registry_unittest.cc27 void(const DialRegistry::DeviceList& devices));
105 const DialRegistry::DeviceList empty_list_;
106 DialRegistry::DeviceList list_with_first_device_;
107 DialRegistry::DeviceList list_with_second_device_;
153 DialRegistry::DeviceList expected_list2; in TEST_F()
310 DialRegistry::DeviceList expected_list3; in TEST_F()
Ddial_api.h36 void SendEventOnUIThread(const DialRegistry::DeviceList& devices);
51 const DialRegistry::DeviceList& devices) OVERRIDE;
Ddial_api.cc85 void DialAPI::OnDialDeviceEvent(const DialRegistry::DeviceList& devices) { in OnDialDeviceEvent()
97 void DialAPI::SendEventOnUIThread(const DialRegistry::DeviceList& devices) { in SendEventOnUIThread()
101 for (DialRegistry::DeviceList::const_iterator it = devices.begin(); in SendEventOnUIThread()
Ddial_registry.h32 typedef std::vector<DialDeviceData> DeviceList; typedef
47 virtual void OnDialDeviceEvent(const DeviceList& devices) = 0;
Ddial_apitest.cc51 extensions::DialRegistry::DeviceList devices; in IN_PROC_BROWSER_TEST_F()
Ddial_registry.cc207 DeviceList device_list; in MaybeSendEvent()
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
Dbluetooth_event_router.h135 DeviceList; typedef
136 DeviceList discovered_devices_;
Dbluetooth_event_router.cc155 for (DeviceList::const_iterator i = discovered_devices_.begin(); in SetSendDiscoveryEvents()
Dbluetooth_api.cc309 BluetoothAdapter::DeviceList devices = adapter->GetDevices(); in DoWork()
310 for (BluetoothAdapter::DeviceList::const_iterator iter = devices.begin(); in DoWork()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Dbluetooth_options_handler.cc420 device::BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in GetPairedDevicesCallback()
422 for (device::BluetoothAdapter::DeviceList::iterator iter = devices.begin(); in GetPairedDevicesCallback()
/external/chromium_org/chrome/browser/metrics/
Dmetrics_log.cc965 device::BluetoothAdapter::DeviceList devices = adapter_->GetDevices(); in WriteBluetoothProto()
966 for (device::BluetoothAdapter::DeviceList::iterator iter = in WriteBluetoothProto()
/external/chromium_org/chrome/browser/chromeos/system/
Dash_system_tray_delegate.cc671 device::BluetoothAdapter::DeviceList devices = in GetAvailableBluetoothDevices()