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

/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_request.cc191 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/
H A Dnetwork_location_request.cc408 const base::DictionaryValue* location_object = local
414 if (!GetAsDouble(*location_object, kLatitudeString, &latitude) ||
415 !GetAsDouble(*location_object, kLongitudeString, &longitude)) {

Completed in 80 milliseconds