Searched refs:max_cache_size (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/android/thumbnail/
H A Dscoped_ptr_expiring_cache.h19 explicit ScopedPtrExpiringCache(size_t max_cache_size) argument
20 : max_cache_size_(max_cache_size) {}
/external/chromium_org/chrome/common/
H A Dinstant_restricted_id_cache.h44 explicit InstantRestrictedIDCache(size_t max_cache_size);
85 InstantRestrictedIDCache<T>::InstantRestrictedIDCache(size_t max_cache_size) argument
86 : cache_(max_cache_size),
89 DCHECK(max_cache_size);
/external/chromium_org/chrome/browser/extensions/updater/
H A Dlocal_extension_cache.h30 // |max_cache_size| - maximum disk space that cache can use, 0 means no limit.
35 uint64 max_cache_size,
H A Dlocal_extension_cache.cc33 uint64 max_cache_size,
37 max_cache_size_(max_cache_size),
31 LocalExtensionCache( const base::FilePath& cache_dir, uint64 max_cache_size, const base::TimeDelta& max_cache_age, const scoped_refptr<base::SequencedTaskRunner>& backend_task_runner) argument
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.cc1027 int64 max_cache_size = backend_->index()->max_size(); local
1028 max_sparse_data_size = max_cache_size / kMaxSparseDataSizeDivisor;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 259 milliseconds