OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StartProviders
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/geolocation/
mock_location_arbitrator.cc
17
void MockLocationArbitrator::
StartProviders
(bool use_high_accuracy) {
geolocation_provider_impl.cc
119
task = base::Bind(&GeolocationProviderImpl::
StartProviders
,
133
void GeolocationProviderImpl::
StartProviders
(bool use_high_accuracy) {
136
arbitrator_->
StartProviders
(use_high_accuracy);
location_arbitrator_impl.cc
55
void LocationArbitratorImpl::
StartProviders
(bool use_high_accuracy) {
91
// A second
StartProviders
() call may have arrived before the first
Completed in 756 milliseconds