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

/external/chromium_org/base/containers/
H A Dmru_cache.h88 // The payload will be copied. In the case of an OwningMRUCache, this function
242 // OwningMRUCache --------------------------------------------------------------
256 class OwningMRUCache class in namespace:base
266 explicit OwningMRUCache(typename ParentType::size_type max_size) function in class:base::OwningMRUCache
269 virtual ~OwningMRUCache() {
273 DISALLOW_COPY_AND_ASSIGN(OwningMRUCache);

Completed in 111 milliseconds