Searched defs:StartProviders (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dmock_location_arbitrator.cc17 void MockLocationArbitrator::StartProviders(bool use_high_accuracy) { function in class:content::MockLocationArbitrator
H A Dgeolocation_provider_impl.cc119 task = base::Bind(&GeolocationProviderImpl::StartProviders,
133 void GeolocationProviderImpl::StartProviders(bool use_high_accuracy) { function in class:content::GeolocationProviderImpl
136 arbitrator_->StartProviders(use_high_accuracy);
H A Dlocation_arbitrator_impl.cc55 void LocationArbitratorImpl::StartProviders(bool use_high_accuracy) { function in class:content::LocationArbitratorImpl
91 // A second StartProviders() call may have arrived before the first

Completed in 87 milliseconds