Searched refs:new_eviction_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium/net/disk_cache/
H A Ddisk_cache_test_base.h71 new_eviction_ = true;
133 bool new_eviction_; member in class:DiskCacheTestWithCache
H A Deviction.cc79 new_eviction_ = backend->new_eviction_;
109 if (new_eviction_)
158 if (new_eviction_)
165 if (new_eviction_)
170 if (new_eviction_)
177 if (new_eviction_)
187 if (new_eviction_)
196 DCHECK(test_mode_ && new_eviction_);
268 if (empty || !new_eviction_) {
[all...]
H A Deviction.h77 bool new_eviction_; member in class:disk_cache::Eviction
H A Ddisk_cache_test_base.cc28 new_eviction_(false),
38 if (mask_ || new_eviction_)
61 EXPECT_TRUE(CheckCacheIntegrity(path, new_eviction_));
216 EXPECT_TRUE(CheckCacheIntegrity(path, new_eviction_));
278 if (new_eviction_)
H A Dbackend_impl.cc355 new_eviction_(false),
381 new_eviction_(false),
463 new_eviction_ = (cache_type_ == net::DISK_CACHE);
496 DCHECK(!new_eviction_);
511 disabled_ = !rankings_.Init(this, new_eviction_);
926 if (!new_eviction_) {
943 if (!new_eviction_)
1093 if (new_eviction_) {
1203 new_eviction_ = true;
1361 if (new_eviction_)
[all...]
H A Dbackend_impl.h367 bool new_eviction_; // What eviction algorithm should be used. member in class:disk_cache::BackendImpl
H A Dbackend_unittest.cc814 if (new_eviction_) {
1220 ASSERT_TRUE(CheckCacheIntegrity(GetCacheFilePath(), new_eviction_));

Completed in 90 milliseconds