Home
last modified time | relevance | path

Searched refs:high_accuracy (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/content/browser/geolocation/
Dmock_location_provider.cc50 bool MockLocationProvider::StartProvider(bool high_accuracy) { in StartProvider() argument
51 state_ = high_accuracy ? HIGH_ACCURACY : LOW_ACCURACY; in StartProvider()
89 virtual bool StartProvider(bool high_accuracy) OVERRIDE { in StartProvider() argument
90 MockLocationProvider::StartProvider(high_accuracy); in StartProvider()
Dlocation_provider_android.cc27 bool LocationProviderAndroid::StartProvider(bool high_accuracy) { in StartProvider() argument
28 return AndroidLocationApiAdapter::GetInstance()->Start(this, high_accuracy); in StartProvider()
Dgeolocation_dispatcher_host.cc85 bool high_accuracy; member
223 it->second.high_accuracy = enable_high_accuracy; in OnStartUpdating()
267 use_high_accuracy |= i->second.high_accuracy; in RefreshGeolocationOptions()
Dlocation_api_adapter_android.cc49 LocationProviderAndroid* location_provider, bool high_accuracy) { in Start() argument
69 java_location_provider_android_object_.obj(), high_accuracy); in Start()
Dlocation_provider_android.h26 virtual bool StartProvider(bool high_accuracy) OVERRIDE;
Dmock_location_provider.h29 virtual bool StartProvider(bool high_accuracy) OVERRIDE;
Dlocation_api_adapter_android.h35 bool Start(LocationProviderAndroid* location_provider, bool high_accuracy);
Dnetwork_location_provider.h75 virtual bool StartProvider(bool high_accuracy) OVERRIDE;
Dnetwork_location_provider.cc185 bool NetworkLocationProvider::StartProvider(bool high_accuracy) { in StartProvider() argument
/external/chromium_org/content/port/browser/
Dlocation_provider.h32 virtual bool StartProvider(bool high_accuracy) = 0;