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 79 void OnLocationUpdate(const Geoposition& position);
119 &GeolocationDispatcherHostImpl::OnLocationUpdate, base::Unretained(this));
148 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::kEventName;
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.cc 102 &DeviceStatusCollector::Context::OnLocationUpdate, this);
107 void DeviceStatusCollector::Context::OnLocationUpdate(

Completed in 104 milliseconds