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 MockGeolocationArbitrator::
StartProviders
(bool use_high_accuracy) {
location_arbitrator_impl.cc
55
void GeolocationArbitratorImpl::
StartProviders
(bool use_high_accuracy) {
91
// A second
StartProviders
() call may have arrived before the first
geolocation_provider_impl.cc
169
task = base::Bind(&GeolocationProviderImpl::
StartProviders
,
183
void GeolocationProviderImpl::
StartProviders
(bool use_high_accuracy) {
186
arbitrator_->
StartProviders
(use_high_accuracy);
Completed in 26 milliseconds