HomeSort by relevance Sort by last modified time
    Searched defs:StartProvider (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/geolocation/
location_provider_android.cc 27 bool LocationProviderAndroid::StartProvider(bool high_accuracy) {
mock_location_provider.cc 50 bool MockLocationProvider::StartProvider(bool high_accuracy) {
68 // once, when StartProvider or OnPermissionGranted is called. Use
89 virtual bool StartProvider(bool high_accuracy) OVERRIDE {
90 MockLocationProvider::StartProvider(high_accuracy);
gps_location_provider_linux.cc 226 bool GpsLocationProviderLinux::StartProvider(bool high_accuracy) {
network_location_provider.cc 182 bool NetworkLocationProvider::StartProvider(bool high_accuracy) {
188 LOG(WARNING) << "StartProvider() : Failed, Bad URL: "

Completed in 31 milliseconds