OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CacheAgeList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/geolocation/
network_location_provider.h
64
typedef std::list<CacheMap::iterator>
CacheAgeList
;
65
CacheAgeList
cache_age_list_; // Oldest first.
network_location_provider.cc
37
CacheAgeList
::iterator oldest_entry = cache_age_list_.begin();
Completed in 606 milliseconds