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

  /external/chromium_org/chrome/browser/chromeos/geolocation/
simple_geolocation_request.cc 191 base::DictionaryValue* location_object = NULL; local
193 &location_object);
212 if (location_object) {
213 if (!location_object->GetDoubleWithoutPathExpansion(
219 if (!location_object->GetDoubleWithoutPathExpansion(
  /external/chromium_org/content/browser/geolocation/
network_location_request.cc 408 const base::DictionaryValue* location_object = local
413 if (!GetAsDouble(*location_object, kLatitudeString, &latitude) ||
414 !GetAsDouble(*location_object, kLongitudeString, &longitude)) {

Completed in 79 milliseconds