Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/geolocation/
Dnetwork_location_provider.cc37 CacheAgeList::iterator oldest_entry = cache_age_list_.begin(); in CachePosition() local
38 DCHECK(oldest_entry != cache_age_list_.end()); in CachePosition()
39 cache_.erase(*oldest_entry); in CachePosition()
40 cache_age_list_.erase(oldest_entry); in CachePosition()