Searched defs:OnLocationUpdate (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_provider_impl.cc58 void GeolocationProviderImpl::OnLocationUpdate(const Geoposition& position) { function in class:content::GeolocationProviderImpl
176 &GeolocationProviderImpl::OnLocationUpdate, base::Unretained(this));
H A Dlocation_arbitrator_impl.cc33 base::Bind(&LocationArbitratorImpl::OnLocationUpdate,
125 void LocationArbitratorImpl::OnLocationUpdate(const LocationProvider* provider, function in class:content::LocationArbitratorImpl
H A Dlocation_arbitrator_impl_unittest.cc28 void OnLocationUpdate(const Geoposition& position) { function in class:content::MockLocationObserver
114 base::Bind(&MockLocationObserver::OnLocationUpdate,
H A Dgeolocation_dispatcher_host.cc123 void GeolocationDispatcherHost::OnLocationUpdate( function in class:content::GeolocationDispatcherHost
232 base::Bind(&GeolocationDispatcherHost::OnLocationUpdate,
H A Dnetwork_location_provider_unittest.cc39 void OnLocationUpdate(const LocationProvider* provider, function in class:content::MessageLoopQuitListener
472 &MessageLoopQuitListener::OnLocationUpdate, base::Unretained(&listener)));
/external/chromium_org/chrome/browser/extensions/api/location/
H A Dlocation_manager.cc156 void OnLocationUpdate(const content::Geoposition& position);
212 base::Bind(&LocationRequest::OnLocationUpdate,
220 void LocationRequest::OnLocationUpdate(const content::Geoposition& position) { function in class:extensions::LocationRequest
329 event_name = location::OnLocationUpdate::kEventName;

Completed in 292 milliseconds