HomeSort by relevance Sort by last modified time
    Searched refs:OwningMRUCache (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/containers/
mru_cache.h 88 // The payload will be copied. In the case of an OwningMRUCache, this function
242 // OwningMRUCache --------------------------------------------------------------
256 class OwningMRUCache
266 explicit OwningMRUCache(typename ParentType::size_type max_size)
269 virtual ~OwningMRUCache() {
273 DISALLOW_COPY_AND_ASSIGN(OwningMRUCache);
mru_cache_unittest.cc 189 typedef base::OwningMRUCache<int, CachedItem*> Cache;
232 typedef base::OwningMRUCache<int, CachedItem*> Cache;
  /external/chromium_org/chrome/browser/bitmap_fetcher/
bitmap_fetcher_service.h 99 base::OwningMRUCache<GURL, CacheEntry*> cache_;
bitmap_fetcher_service.cc 95 base::OwningMRUCache<GURL, CacheEntry*>::iterator iter = cache_.Get(url);

Completed in 701 milliseconds