HomeSort by relevance Sort by last modified time
    Searched defs:StartProvider (Results 1 - 3 of 3) 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);
network_location_provider.cc 185 bool NetworkLocationProvider::StartProvider(bool high_accuracy) {
191 LOG(WARNING) << "StartProvider() : Failed, Bad URL: "

Completed in 119 milliseconds