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.cc 20 return GeolocationProviderImpl::GetInstance();
24 GeolocationProviderImpl::AddLocationUpdateCallback(
43 void GeolocationProviderImpl::UserDidOptIntoLocationServices() {
51 void GeolocationProviderImpl::OverrideLocationForTesting(
58 void GeolocationProviderImpl::OnLocationUpdate(const Geoposition& position) {
65 base::Bind(&GeolocationProviderImpl::NotifyClients,
69 GeolocationProviderImpl* GeolocationProviderImpl::GetInstance() {
71 return Singleton<GeolocationProviderImpl>::get();
74 GeolocationProviderImpl::GeolocationProviderImpl(
    [all...]
geolocation_provider_impl.h 24 class CONTENT_EXPORT GeolocationProviderImpl
40 // called on the UI thread so that the GeolocationProviderImpl is always
42 static GeolocationProviderImpl* GetInstance();
49 friend struct DefaultSingletonTraits<GeolocationProviderImpl>;
50 GeolocationProviderImpl();
51 virtual ~GeolocationProviderImpl();
93 DISALLOW_COPY_AND_ASSIGN(GeolocationProviderImpl);

Completed in 183 milliseconds