Searched refs:DeviceList (Results 1 - 16 of 16) 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
31 typedef struct DeviceList<XDeviceInfo> XDeviceList;
32 typedef struct DeviceList<XIDeviceInfo> XIDeviceList;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter.cc19 BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() {
23 DeviceList devices;
H A Dbluetooth_adapter.h139 typedef std::vector<BluetoothDevice*> DeviceList; typedef in class:device::BluetoothAdapter
140 virtual DeviceList GetDevices();
H A Dbluetooth_chromeos_unittest.cc342 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
746 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
777 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
804 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
833 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
874 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
/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_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.cc51 extensions::DialRegistry::DeviceList devices;
H A Ddial_api.cc85 void DialAPI::OnDialDeviceEvent(const DialRegistry::DeviceList& devices) {
97 void DialAPI::SendEventOnUIThread(const DialRegistry::DeviceList& devices) {
101 for (DialRegistry::DeviceList::const_iterator it = devices.begin();
H A Ddial_registry.cc207 DeviceList device_list;
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
H A Dbluetooth_event_router.h135 DeviceList; typedef in class:extensions::ExtensionBluetoothEventRouter
136 DeviceList discovered_devices_;
H A Dbluetooth_event_router.cc155 for (DeviceList::const_iterator i = discovered_devices_.begin();
H A Dbluetooth_api.cc309 BluetoothAdapter::DeviceList devices = adapter->GetDevices();
310 for (BluetoothAdapter::DeviceList::const_iterator iter = devices.begin();
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_handler.cc420 device::BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
422 for (device::BluetoothAdapter::DeviceList::iterator iter = devices.begin();
/external/chromium_org/chrome/browser/metrics/
H A Dmetrics_log.cc965 device::BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
966 for (device::BluetoothAdapter::DeviceList::iterator iter =
/external/chromium_org/chrome/browser/chromeos/system/
H A Dash_system_tray_delegate.cc671 device::BluetoothAdapter::DeviceList devices =

Completed in 1574 milliseconds