Searched refs:OnLocationUpdate (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_provider_impl_unittest.cc54 virtual void OnLocationUpdate(const Geoposition& position) = 0;
59 MOCK_METHOD1(OnLocationUpdate, void(const Geoposition& position));
64 virtual void OnLocationUpdate(const Geoposition& position) OVERRIDE {
65 MockGeolocationObserver::OnLocationUpdate(position);
163 base::Bind(&GeolocationProviderImpl::OnLocationUpdate,
202 &MockGeolocationObserver::OnLocationUpdate,
204 EXPECT_CALL(first_observer, OnLocationUpdate(GeopositionEq(first_position)));
222 EXPECT_CALL(second_observer, OnLocationUpdate(testing::_)).Times(0);
224 &MockGeolocationObserver::OnLocationUpdate,
232 OnLocationUpdate(GeopositionE
[all...]
H A Dgeolocation_dispatcher_host.h58 void OnLocationUpdate(const Geoposition& position);
H A Dgeolocation_provider_impl.h36 void OnLocationUpdate(const Geoposition& position);
H A Dlocation_arbitrator_impl.h74 void OnLocationUpdate(const LocationProvider* provider,
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 Dgeolocation_dispatcher_host.cc123 void GeolocationDispatcherHost::OnLocationUpdate( function in class:content::GeolocationDispatcherHost
232 base::Bind(&GeolocationDispatcherHost::OnLocationUpdate,
H A Dlocation_arbitrator_impl_unittest.cc28 void OnLocationUpdate(const Geoposition& position) { function in class:content::MockLocationObserver
114 base::Bind(&MockLocationObserver::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 251 milliseconds