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

/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_provider_impl.cc20 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 function in class:content::GeolocationProviderImpl
[all...]
H A Dgeolocation_provider_impl.h24 class CONTENT_EXPORT GeolocationProviderImpl class in namespace:content
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 405 milliseconds