OnLocationUpdate 102 chrome/browser/chromeos/policy/device_status_collector.cc &DeviceStatusCollector::Context::OnLocationUpdate, this); OnLocationUpdate 111 chrome/browser/chromeos/policy/device_status_collector.h void OnLocationUpdate(const content::Geoposition& geoposition); OnLocationUpdate 178 chrome/browser/extensions/api/location/location_manager.cc void OnLocationUpdate(const content::Geoposition& position); OnLocationUpdate 233 chrome/browser/extensions/api/location/location_manager.cc callback_ = base::Bind(&LocationRequest::OnLocationUpdate, OnLocationUpdate 386 chrome/browser/extensions/api/location/location_manager.cc event_name = location::OnLocationUpdate::kEventName; OnLocationUpdate 79 content/browser/geolocation/geolocation_dispatcher_host.cc void OnLocationUpdate(const Geoposition& position); OnLocationUpdate 119 content/browser/geolocation/geolocation_dispatcher_host.cc &GeolocationDispatcherHostImpl::OnLocationUpdate, base::Unretained(this)); OnLocationUpdate 232 content/browser/geolocation/geolocation_provider_impl.cc &GeolocationProviderImpl::OnLocationUpdate, base::Unretained(this)); OnLocationUpdate 53 content/browser/geolocation/geolocation_provider_impl.h void OnLocationUpdate(const Geoposition& position); OnLocationUpdate 54 content/browser/geolocation/geolocation_provider_unittest.cc virtual void OnLocationUpdate(const Geoposition& position) = 0; OnLocationUpdate 59 content/browser/geolocation/geolocation_provider_unittest.cc MOCK_METHOD1(OnLocationUpdate, void(const Geoposition& position)); OnLocationUpdate 65 content/browser/geolocation/geolocation_provider_unittest.cc MockGeolocationObserver::OnLocationUpdate(position); OnLocationUpdate 163 content/browser/geolocation/geolocation_provider_unittest.cc base::Bind(&GeolocationProviderImpl::OnLocationUpdate, OnLocationUpdate 196 content/browser/geolocation/geolocation_provider_unittest.cc &MockGeolocationObserver::OnLocationUpdate, OnLocationUpdate 198 content/browser/geolocation/geolocation_provider_unittest.cc EXPECT_CALL(first_observer, OnLocationUpdate(GeopositionEq(first_position))); OnLocationUpdate 215 content/browser/geolocation/geolocation_provider_unittest.cc EXPECT_CALL(second_observer, OnLocationUpdate(testing::_)).Times(0); OnLocationUpdate 217 content/browser/geolocation/geolocation_provider_unittest.cc &MockGeolocationObserver::OnLocationUpdate, OnLocationUpdate 224 content/browser/geolocation/geolocation_provider_unittest.cc OnLocationUpdate(GeopositionEq(second_position))); OnLocationUpdate 239 content/browser/geolocation/geolocation_provider_unittest.cc EXPECT_CALL(mock_observer, OnLocationUpdate(GeopositionEq(position))); OnLocationUpdate 241 content/browser/geolocation/geolocation_provider_unittest.cc &MockGeolocationObserver::OnLocationUpdate, OnLocationUpdate 114 content/browser/geolocation/location_arbitrator_impl_unittest.cc base::Bind(&MockLocationObserver::OnLocationUpdate,