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

  /external/chromium_org/ui/base/x/
device_list_cache_x.h 21 struct DeviceList {
22 DeviceList() : devices(NULL), count(0) {
31 typedef struct DeviceList<XDeviceInfo> XDeviceList;
32 typedef struct DeviceList<XIDeviceInfo> XIDeviceList;
  /external/chromium_org/chrome/browser/extensions/api/dial/
dial_api.h 36 void SendEventOnUIThread(const DialRegistry::DeviceList& devices);
51 const DialRegistry::DeviceList& devices) OVERRIDE;
dial_registry.h 32 typedef std::vector<DialDeviceData> DeviceList;
47 virtual void OnDialDeviceEvent(const DeviceList& devices) = 0;
dial_registry_unittest.cc 27 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;
dial_apitest.cc 51 extensions::DialRegistry::DeviceList devices;
dial_api.cc 84 void DialAPI::OnDialDeviceEvent(const DialRegistry::DeviceList& devices) {
96 void DialAPI::SendEventOnUIThread(const DialRegistry::DeviceList& devices) {
100 for (DialRegistry::DeviceList::const_iterator it = devices.begin();
dial_registry.cc 207 DeviceList device_list;
  /external/chromium_org/device/bluetooth/
bluetooth_adapter.cc 19 BluetoothAdapter::DeviceList BluetoothAdapter::GetDevices() {
23 DeviceList devices;
bluetooth_adapter.h 139 typedef std::vector<BluetoothDevice*> DeviceList;
140 virtual DeviceList GetDevices();
bluetooth_chromeos_unittest.cc 336 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
740 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
771 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
798 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
827 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
868 BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.h 135 DeviceList;
136 DeviceList discovered_devices_;
bluetooth_event_router.cc 153 for (DeviceList::const_iterator i = discovered_devices_.begin();
bluetooth_api.cc 309 BluetoothAdapter::DeviceList devices = adapter->GetDevices();
310 for (BluetoothAdapter::DeviceList::const_iterator iter = devices.begin();
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_handler.cc 420 device::BluetoothAdapter::DeviceList devices = adapter_->GetDevices();
422 for (device::BluetoothAdapter::DeviceList::iterator iter = devices.begin();
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/system/
ash_system_tray_delegate.cc 644 device::BluetoothAdapter::DeviceList devices =
    [all...]

Completed in 1448 milliseconds