HomeSort by relevance Sort by last modified time
    Searched defs:GeolocationProviderImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/geolocation/
geolocation_provider_impl.h 34 class CONTENT_EXPORT GeolocationProviderImpl
57 // called on the IO thread so that the GeolocationProviderImpl is always
59 static GeolocationProviderImpl* GetInstance();
62 friend struct DefaultSingletonTraits<GeolocationProviderImpl>;
63 GeolocationProviderImpl();
64 virtual ~GeolocationProviderImpl();
108 DISALLOW_COPY_AND_ASSIGN(GeolocationProviderImpl);
geolocation_provider_impl.cc 25 GeolocationProviderImpl::GetInstance()->OverrideLocationForTesting(position);
31 return GeolocationProviderImpl::GetInstance();
47 void GeolocationProviderImpl::AddLocationUpdateCallback(
69 bool GeolocationProviderImpl::RemoveLocationUpdateCallback(
86 void GeolocationProviderImpl::UserDidOptIntoLocationServices() {
94 bool GeolocationProviderImpl::LocationServicesOptedIn() const {
99 void GeolocationProviderImpl::OnLocationUpdate(const Geoposition& position) {
106 base::Bind(&GeolocationProviderImpl::NotifyClients,
110 void GeolocationProviderImpl::OverrideLocationForTesting(
118 GeolocationProviderImpl* GeolocationProviderImpl::GetInstance()
    [all...]

Completed in 462 milliseconds