Home
last modified time | relevance | path

Searched refs:FakeGeolocation (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/services/device/public/cpp/test/
H A Dscoped_geolocation_overrider.cc39 void OnDisconnect(FakeGeolocation* impl);
65 FakeGeolocation(mojo::PendingReceiver<mojom::Geolocation> receiver,
67 ~FakeGeolocation() override;
181 FakeGeolocation* impl) { in OnDisconnect()
245 ScopedGeolocationOverrider::FakeGeolocation::FakeGeolocation( in FakeGeolocation() function in device::ScopedGeolocationOverrider::FakeGeolocation
255 ScopedGeolocationOverrider::FakeGeolocation::~FakeGeolocation() {} in ~FakeGeolocation()
257 void ScopedGeolocationOverrider::FakeGeolocation::OnDisconnect() { in OnDisconnect()
261 void ScopedGeolocationOverrider::FakeGeolocation::OnResume() { in OnResume()
266 void ScopedGeolocationOverrider::FakeGeolocation::
283 void ScopedGeolocationOverrider::FakeGeolocation::UpdateLocation() { in UpdateLocation()
[all …]
H A Dscoped_geolocation_overrider.h51 class FakeGeolocation;