Searched defs:HashingMRUCache (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/containers/
H A Dmru_cache.h276 // HashingMRUCache ------------------------------------------------------------
287 class HashingMRUCache : public MRUCacheBase<KeyType, class in namespace:base
298 explicit HashingMRUCache(typename ParentType::size_type max_size) function in class:base::HashingMRUCache
301 virtual ~HashingMRUCache() {
305 DISALLOW_COPY_AND_ASSIGN(HashingMRUCache);

Completed in 1265 milliseconds