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

  /external/chromium_org/content/browser/geolocation/
geolocation_provider_impl.cc 58 void GeolocationProviderImpl::OnLocationUpdate(const Geoposition& position) {
176 &GeolocationProviderImpl::OnLocationUpdate, base::Unretained(this));
location_arbitrator_impl.cc 33 base::Bind(&LocationArbitratorImpl::OnLocationUpdate,
125 void LocationArbitratorImpl::OnLocationUpdate(const LocationProvider* provider,
geolocation_dispatcher_host.cc 123 void GeolocationDispatcherHost::OnLocationUpdate(
232 base::Bind(&GeolocationDispatcherHost::OnLocationUpdate,
location_arbitrator_impl_unittest.cc 28 void OnLocationUpdate(const Geoposition& position) {
114 base::Bind(&MockLocationObserver::OnLocationUpdate,
network_location_provider_unittest.cc 39 void OnLocationUpdate(const LocationProvider* provider,
472 &MessageLoopQuitListener::OnLocationUpdate, base::Unretained(&listener)));
  /external/chromium_org/chrome/browser/extensions/api/location/
location_manager.cc 156 void OnLocationUpdate(const content::Geoposition& position);
212 base::Bind(&LocationRequest::OnLocationUpdate,
220 void LocationRequest::OnLocationUpdate(const content::Geoposition& position) {
322 // Set data for onLocationUpdate event.
329 event_name = location::OnLocationUpdate::kEventName;

Completed in 58 milliseconds