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

  /external/chromium_org/content/browser/geolocation/
geolocation_provider_unittest.cc 54 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,
196 &MockGeolocationObserver::OnLocationUpdate,
198 EXPECT_CALL(first_observer, OnLocationUpdate(GeopositionEq(first_position)));
215 EXPECT_CALL(second_observer, OnLocationUpdate(testing::_)).Times(0);
217 &MockGeolocationObserver::OnLocationUpdate,
224 OnLocationUpdate(GeopositionEq(second_position)))
    [all...]
geolocation_provider_impl.h 57 void OnLocationUpdate(const Geoposition& position);
geolocation_dispatcher_host.cc 74 void OnLocationUpdate(const Geoposition& position);
102 &GeolocationDispatcherHostImpl::OnLocationUpdate, base::Unretained(this));
130 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";
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector.h 111 void OnLocationUpdate(const content::Geoposition& geoposition);
device_status_collector.cc 95 &DeviceStatusCollector::Context::OnLocationUpdate, this);
100 void DeviceStatusCollector::Context::OnLocationUpdate(

Completed in 177 milliseconds