Searched refs:DeviceList (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ui/events/x/
H A Ddevice_list_cache_x.h21 struct DeviceList { struct
22 DeviceList() : devices(NULL), count(0) { function in struct:DeviceList
32 typedef struct DeviceList<XDeviceInfo> XDeviceList;
33 typedef struct DeviceList<XIDeviceInfo> XIDeviceList;
/external/chromium_org/chrome/browser/local_discovery/
H A Dcloud_device_list_delegate.h26 typedef std::vector<Device> DeviceList; typedef in class:local_discovery::CloudDeviceListDelegate
31 virtual void OnDeviceListReady(const DeviceList& devices) = 0;
H A Dcloud_device_list.h19 typedef std::vector<CloudDeviceListDelegate::Device> DeviceList; typedef in class:local_discovery::CloudDeviceList
20 typedef DeviceList::const_iterator iterator;
H A Dcloud_device_list_unittest.cc48 MOCK_METHOD1(OnDeviceListReady, void(const DeviceList&));
65 CloudDeviceListDelegate::DeviceList devices;
H A Dcloud_print_printer_list_unittest.cc34 MOCK_METHOD1(OnDeviceListReady, void(const DeviceList&));
51 CloudDeviceListDelegate::DeviceList devices;
/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_api.h36 void SendEventOnUIThread(const DialRegistry::DeviceList& devices);
51 const DialRegistry::DeviceList& devices) OVERRIDE;
H A Ddial_api.cc83 void DialAPI::OnDialDeviceEvent(const DialRegistry::DeviceList& devices) {
95 void DialAPI::SendEventOnUIThread(const DialRegistry::DeviceList& devices) {
99 for (DialRegistry::DeviceList::const_iterator it = devices.begin();
H A Ddial_registry.h32 typedef std::vector<DialDeviceData> DeviceList; typedef in class:extensions::DialRegistry
47 virtual void OnDialDeviceEvent(const DeviceList& devices) = 0;
H A 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;
310 DialRegistry::DeviceList expected_list3;
H A Ddial_apitest.cc54 extensions::DialRegistry::DeviceList devices;
H A Ddial_registry.cc206 DeviceList device_list;
/external/chromium_org/chrome/browser/extensions/api/gcd_private/
H A Dgcd_private_api.h66 virtual void OnDeviceListReady(const DeviceList& devices) OVERRIDE;
73 DeviceList devices_;
H A Dgcd_private_api.cc643 const DeviceList& devices) {
668 for (DeviceList::iterator i = devices_.begin(); i != devices_.end(); i++) {
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter.cc49 BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() {
53 DeviceList devices;
H A Dbluetooth_adapter.h267 typedef std::vector<BluetoothDevice*> DeviceList; typedef in class:device::BluetoothAdapter
268 virtual DeviceList GetDevices();
H A Dbluetooth_chromeos_unittest.cc415 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
1445 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
1477 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
1503 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
1531 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
1574 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
/external/chromium_org/ash/system/chromeos/bluetooth/
H A Dbluetooth_notification_controller.cc277 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
278 for (BluetoothAdapter::DeviceList::const_iterator iter = devices.begin();
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_api.cc121 BluetoothAdapter::DeviceList devices = adapter->GetDevices();
122 for (BluetoothAdapter::DeviceList::const_iterator iter = devices.begin();
/external/chromium_org/chrome/browser/metrics/
H A Dchromeos_metrics_provider.cc225 device::BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
226 for (device::BluetoothAdapter::DeviceList::iterator iter = devices.begin();
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc450 device::BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
452 for (device::BluetoothAdapter::DeviceList::iterator iter = devices.begin();
/external/chromium_org/components/pairing/
H A Dbluetooth_controller_pairing_controller.cc139 device::BluetoothAdapter::DeviceList device_list = adapter_->GetDevices();
140 for (device::BluetoothAdapter::DeviceList::iterator ix = device_list.begin();
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_event_router.cc1044 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
1045 for (BluetoothAdapter::DeviceList::iterator iter = devices.begin();
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_chromeos.cc630 device::BluetoothAdapter::DeviceList devices =

Completed in 2865 milliseconds