OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:position_cache_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/geolocation/
network_location_provider.h
128
scoped_ptr<PositionCache>
position_cache_
;
member in class:content::NetworkLocationProvider
network_location_provider.cc
121
position_cache_
.reset(new PositionCache());
172
position_cache_
->CachePosition(wifi_data, position);
238
position_cache_
->FindPosition(wifi_data_);
Completed in 188 milliseconds