Searched refs:access_point_paths (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dwifi_data_provider_linux.cc218 std::vector<dbus::ObjectPath> access_point_paths; local
219 if (!reader.PopArrayOfObjectPaths(&access_point_paths)) {
226 << access_point_paths.size() << " access points.";
228 for (size_t i = 0; i < access_point_paths.size(); ++i) {
229 const dbus::ObjectPath& access_point_path = access_point_paths[i];

Completed in 295 milliseconds