Searched defs:adapter_paths (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_linux.cc119 std::vector<dbus::ObjectPath> adapter_paths; local
120 const bool success = GetAdapterDeviceList(&adapter_paths);
/external/chromium_org/chromeos/dbus/
H A Dnfc_client_unittest.cc234 const ObjectPathVector& adapter_paths) {
244 adapter_paths);
403 ObjectPathVector adapter_paths; local
404 adapter_paths.push_back(dbus::ObjectPath(kTestAdapterPath0));
407 SimulateAdaptersChanged(adapter_paths);
430 adapter_paths.push_back(dbus::ObjectPath(kTestAdapterPath1));
433 SimulateAdaptersChanged(adapter_paths);
452 adapter_paths.erase(adapter_paths.begin());
455 SimulateAdaptersChanged(adapter_paths);
233 SimulateAdaptersChanged( const ObjectPathVector& adapter_paths) argument
521 ObjectPathVector adapter_paths; local
650 ObjectPathVector adapter_paths; local
[all...]

Completed in 104 milliseconds