Searched defs:high_accuracy (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dlocation_provider_android.cc27 bool LocationProviderAndroid::StartProvider(bool high_accuracy) { argument
28 return AndroidLocationApiAdapter::GetInstance()->Start(this, high_accuracy);
H A Dmock_location_provider.cc50 bool MockLocationProvider::StartProvider(bool high_accuracy) { argument
51 state_ = high_accuracy ? HIGH_ACCURACY : LOW_ACCURACY;
89 virtual bool StartProvider(bool high_accuracy) OVERRIDE {
90 MockLocationProvider::StartProvider(high_accuracy);
H A Dlocation_api_adapter_android.cc49 LocationProviderAndroid* location_provider, bool high_accuracy) {
69 java_location_provider_android_object_.obj(), high_accuracy);
48 Start( LocationProviderAndroid* location_provider, bool high_accuracy) argument
H A Dnetwork_location_provider.cc185 bool NetworkLocationProvider::StartProvider(bool high_accuracy) { argument
H A Dgeolocation_dispatcher_host.cc222 bool high_accuracy = false; local
226 high_accuracy = true;
234 high_accuracy);

Completed in 167 milliseconds