Searched defs:GeolocationProviderTest (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_provider_impl_unittest.cc113 class GeolocationProviderTest : public testing::Test { class in namespace:content
115 GeolocationProviderTest() function in class:content::GeolocationProviderTest
121 virtual ~GeolocationProviderTest() {}
139 bool GeolocationProviderTest::ProvidersStarted() {
145 base::Bind(&GeolocationProviderTest::GetProvidersStarted,
153 void GeolocationProviderTest::GetProvidersStarted(bool* started) {
158 void GeolocationProviderTest::SendMockLocation(const Geoposition& position) {
169 TEST_F(GeolocationProviderTest, OnPermissionGrantedWithoutObservers) {
178 TEST_F(GeolocationProviderTest, StartStop) {
193 TEST_F(GeolocationProviderTest, StalePositionNotSen
[all...]

Completed in 41 milliseconds