Searched refs:CacheAgeList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_provider.h64 typedef std::list<CacheMap::iterator> CacheAgeList; typedef in class:content::NetworkLocationProvider::PositionCache
65 CacheAgeList cache_age_list_; // Oldest first.
H A Dnetwork_location_provider.cc37 CacheAgeList::iterator oldest_entry = cache_age_list_.begin();

Completed in 781 milliseconds