Home
last modified time | relevance | path

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

/external/chromium_org/chrome/common/
Dinstant_restricted_id_cache.h44 explicit InstantRestrictedIDCache(size_t max_cache_size);
85 InstantRestrictedIDCache<T>::InstantRestrictedIDCache(size_t max_cache_size) in InstantRestrictedIDCache() argument
86 : cache_(max_cache_size), in InstantRestrictedIDCache()
89 DCHECK(max_cache_size); in InstantRestrictedIDCache()
/external/chromium_org/chrome/browser/android/thumbnail/
Dscoped_ptr_expiring_cache.h19 explicit ScopedPtrExpiringCache(size_t max_cache_size) in ScopedPtrExpiringCache() argument
20 : max_cache_size_(max_cache_size) {} in ScopedPtrExpiringCache()
/external/chromium_org/chrome/browser/extensions/updater/
Dlocal_extension_cache.h35 uint64 max_cache_size,
Dlocal_extension_cache.cc33 uint64 max_cache_size, in LocalExtensionCache() argument
37 max_cache_size_(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
1028 max_sparse_data_size = max_cache_size / kMaxSparseDataSizeDivisor; in WriteSparseDataInternal()