OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:use_high_accuracy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/geolocation/
geolocation_dispatcher_host.cc
262
bool
use_high_accuracy
= false;
local
267
use_high_accuracy
|= i->second.high_accuracy;
268
if (needs_updates &&
use_high_accuracy
)
276
callback_,
use_high_accuracy
);
geolocation_provider_impl.cc
48
const LocationUpdateCallback& callback, bool
use_high_accuracy
) {
54
i->second =
use_high_accuracy
;
60
callbacks_.push_back(std::make_pair(callback,
use_high_accuracy
));
159
bool
use_high_accuracy
= false;
local
163
use_high_accuracy
= true;
171
use_high_accuracy
);
183
void GeolocationProviderImpl::StartProviders(bool
use_high_accuracy
) {
186
arbitrator_->StartProviders(
use_high_accuracy
);
Completed in 432 milliseconds