Home
last modified time | relevance | path

Searched defs:max_cache_size (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/android/thumbnail/
Dscoped_ptr_expiring_cache.h19 explicit ScopedPtrExpiringCache(size_t max_cache_size) in ScopedPtrExpiringCache()
/external/chromium_org/chrome/common/
Dinstant_restricted_id_cache.h85 InstantRestrictedIDCache<T>::InstantRestrictedIDCache(size_t max_cache_size) in InstantRestrictedIDCache()
/external/chromium_org/chrome/browser/extensions/updater/
Dlocal_extension_cache.cc33 uint64 max_cache_size, in LocalExtensionCache()
/external/chromium_org/net/disk_cache/simple/
Dsimple_entry_impl.cc1027 int64 max_cache_size = backend_->index()->max_size(); in WriteSparseDataInternal() local