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

  /external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc 298 void NotifyGeoposition(double latitude, double longitude);
448 void GeolocationBrowserTest::NotifyGeoposition(double latitude,
579 NotifyGeoposition(fresh_position_latitude, fresh_position_longitude);
615 NotifyGeoposition(cached_position_latitude, cached_position_lognitude);
722 NotifyGeoposition(final_position_latitude, final_position_longitude);
  /external/chromium/chrome/browser/geolocation/
geolocation_browsertest.cc 184 void NotifyGeoposition(const Geoposition& geoposition) {
486 NotifyGeoposition(fresh_position);
517 NotifyGeoposition(cached_position);
621 NotifyGeoposition(final_position);

Completed in 30 milliseconds