HomeSort by relevance Sort by last modified time
    Searched defs:OnLocationUpdate (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/browser/geolocation/
geolocation_dispatcher_host.cc 74 void OnLocationUpdate(const Geoposition& position);
102 &GeolocationDispatcherHostImpl::OnLocationUpdate, base::Unretained(this));
130 void GeolocationDispatcherHostImpl::OnLocationUpdate(
geolocation_provider_impl.cc 99 void GeolocationProviderImpl::OnLocationUpdate(const Geoposition& position) {
232 &GeolocationProviderImpl::OnLocationUpdate, base::Unretained(this));
location_arbitrator_impl_unittest.cc 28 void OnLocationUpdate(const Geoposition& position) {
114 base::Bind(&MockLocationObserver::OnLocationUpdate,
  /external/chromium_org/chrome/browser/extensions/api/location/
location_manager.cc 177 void OnLocationUpdate(const content::Geoposition& position);
232 callback_ = base::Bind(&LocationRequest::OnLocationUpdate,
263 void LocationRequest::OnLocationUpdate(const content::Geoposition& position) {
378 // Set data for onLocationUpdate event.
385 event_name = "location.onLocationUpdate";
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 95 &DeviceStatusCollector::Context::OnLocationUpdate, this);
100 void DeviceStatusCollector::Context::OnLocationUpdate(

Completed in 241 milliseconds