Searched refs:high_accuracy (Results 1 – 10 of 10) sorted by relevance
50 bool MockLocationProvider::StartProvider(bool high_accuracy) { in StartProvider() argument51 state_ = high_accuracy ? HIGH_ACCURACY : LOW_ACCURACY; in StartProvider()89 virtual bool StartProvider(bool high_accuracy) OVERRIDE { in StartProvider() argument90 MockLocationProvider::StartProvider(high_accuracy); in StartProvider()
27 bool LocationProviderAndroid::StartProvider(bool high_accuracy) { in StartProvider() argument28 return AndroidLocationApiAdapter::GetInstance()->Start(this, high_accuracy); in StartProvider()
222 bool high_accuracy = false; in RefreshGeolocationOptions() local226 high_accuracy = true; in RefreshGeolocationOptions()234 high_accuracy); in RefreshGeolocationOptions()
49 LocationProviderAndroid* location_provider, bool high_accuracy) { in Start() argument69 java_location_provider_android_object_.obj(), high_accuracy); in Start()
26 virtual bool StartProvider(bool high_accuracy) OVERRIDE;
29 virtual bool StartProvider(bool high_accuracy) OVERRIDE;
35 bool Start(LocationProviderAndroid* location_provider, bool high_accuracy);
75 virtual bool StartProvider(bool high_accuracy) OVERRIDE;
185 bool NetworkLocationProvider::StartProvider(bool high_accuracy) { in StartProvider() argument
32 virtual bool StartProvider(bool high_accuracy) = 0;