Searched refs:GeolocationProvider (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dgeolocation_provider.h19 // The application must instantiate the GeolocationProvider on the UI thread and
25 class GeolocationProvider { class in namespace:content
27 CONTENT_EXPORT static GeolocationProvider* GetInstance();
58 virtual~GeolocationProvider() {}
/external/chromium_org/content/browser/geolocation/
H A Dgeolocation_provider_impl.h25 : public NON_EXPORTED_BASE(GeolocationProvider),
28 // GeolocationProvider implementation:
29 virtual scoped_ptr<GeolocationProvider::Subscription>
H A Dgeolocation_provider_impl.cc19 GeolocationProvider* GeolocationProvider::GetInstance() {
23 scoped_ptr<GeolocationProvider::Subscription>
27 scoped_ptr<GeolocationProvider::Subscription> subscription;
H A Dgeolocation_dispatcher_host.h82 scoped_ptr<GeolocationProvider::Subscription> geolocation_subscription_;
H A Dgeolocation_provider_impl_unittest.cc182 scoped_ptr<content::GeolocationProvider::Subscription> subscription =
205 scoped_ptr<content::GeolocationProvider::Subscription> subscription =
226 scoped_ptr<content::GeolocationProvider::Subscription> subscription2 =
251 scoped_ptr<content::GeolocationProvider::Subscription> subscription =
H A Dgeolocation_dispatcher_host.cc230 geolocation_subscription_ = GeolocationProvider::GetInstance()->
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_status_collector.h53 const content::GeolocationProvider::LocationUpdateCallback& callback)>
172 scoped_ptr<content::GeolocationProvider::Subscription>
H A Ddevice_status_collector.cc520 geolocation_subscription_ = content::GeolocationProvider::GetInstance()->
H A Ddevice_status_collector_browsertest.cc60 const content::GeolocationProvider::LocationUpdateCallback& callback) {
/external/chromium_org/chrome/browser/extensions/api/location/
H A Dlocation_manager.cc179 scoped_ptr<content::GeolocationProvider::Subscription>
207 // TODO(vadimt): This can get a location cached by GeolocationProvider,
210 geolocation_subscription_ = content::GeolocationProvider::GetInstance()->
350 content::GeolocationProvider::GetInstance()
/external/chromium_org/components/autofill/content/browser/risk/
H A Dfingerprint.cc257 // The callback used as an "observer" of the GeolocationProvider.
258 scoped_ptr<content::GeolocationProvider::Subscription>
320 geolocation_subscription_ = content::GeolocationProvider::GetInstance()->
H A Dfingerprint_browsertest.cc193 content::GeolocationProvider::GetInstance()->OverrideLocationForTesting(
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc555 content::GeolocationProvider::GetInstance()->OverrideLocationForTesting(
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc3706 content::GeolocationProvider::GetInstance()->UserDidOptIntoLocationServices();

Completed in 267 milliseconds