OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:device_paths
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/browser/geolocation/
wifi_data_provider_linux.cc
61
bool GetAdapterDeviceList(std::vector<dbus::ObjectPath>*
device_paths
);
126
std::vector<dbus::ObjectPath>
device_paths
;
local
127
if (!GetAdapterDeviceList(&
device_paths
)) {
135
for (size_t i = 0; i <
device_paths
.size(); ++i) {
136
const dbus::ObjectPath& device_path =
device_paths
[i];
177
std::vector<dbus::ObjectPath>*
device_paths
) {
189
if (!reader.PopArrayOfObjectPaths(
device_paths
)) {
/external/chromium_org/chromeos/dbus/
bluetooth_device_client.cc
103
std::vector<dbus::ObjectPath> object_paths,
device_paths
;
variable
104
device_paths
= object_manager_->GetObjectsWithInterface(
106
for (std::vector<dbus::ObjectPath>::iterator iter =
device_paths
.begin();
107
iter !=
device_paths
.end(); ++iter) {
cros_disks_client.cc
267
std::vector<std::string>
device_paths
;
local
268
if (!reader.PopArrayOfStrings(&
device_paths
)) {
273
callback.Run(
device_paths
);
422
std::vector<std::string>
device_paths
;
variable
424
FROM_HERE, base::Bind(callback,
device_paths
));
cros_disks_client.h
197
typedef base::Callback<void(const std::vector<std::string>&
device_paths
)
/external/chromium_org/device/bluetooth/
bluetooth_adapter_chromeos.cc
314
std::vector<dbus::ObjectPath>
device_paths
=
local
318
for (std::vector<dbus::ObjectPath>::iterator iter =
device_paths
.begin();
319
iter !=
device_paths
.end(); ++iter) {
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
devicemanager_unittest.cc
274
explicit FakeV4LLookup(std::vector<std::string>
device_paths
)
275
: device_paths_(
device_paths
) {}
Completed in 93 milliseconds