OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeviceList
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/ui/events/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
85
void DialAPI::OnDialDeviceEvent(const DialRegistry::
DeviceList
& devices) {
97
void DialAPI::SendEventOnUIThread(const DialRegistry::
DeviceList
& devices) {
101
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
342
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();
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_event_router.h
135
DeviceList
;
136
DeviceList
discovered_devices_;
bluetooth_event_router.cc
155
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
671
device::BluetoothAdapter::
DeviceList
devices =
[
all
...]
Completed in 70 milliseconds