Home
last modified time | relevance | path

Searched refs:position_cache_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/browser/geolocation/
Dnetwork_location_provider.cc121 position_cache_.reset(new PositionCache()); in NetworkLocationProvider()
172 position_cache_->CachePosition(wifi_data, position); in LocationResponseAvailable()
237 position_cache_->FindPosition(wifi_data_); in RequestPosition()
Dnetwork_location_provider.h128 scoped_ptr<PositionCache> position_cache_; variable