Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Deviction.cc79 new_eviction_ = backend->new_eviction_; in Init()
109 if (new_eviction_) in TrimCache()
158 if (new_eviction_) in UpdateRank()
165 if (new_eviction_) in OnOpenEntry()
170 if (new_eviction_) in OnCreateEntry()
177 if (new_eviction_) in OnDoomEntry()
187 if (new_eviction_) in OnDestroyEntry()
196 DCHECK(test_mode_ && new_eviction_); in TrimDeletedList()
268 if (empty || !new_eviction_) { in EvictEntry()
547 if (!new_eviction_) in ReportListStats()
Ddisk_cache_test_base.cc28 new_eviction_(false), in DiskCacheTestWithCache()
38 if (mask_ || new_eviction_) in InitCache()
61 EXPECT_TRUE(CheckCacheIntegrity(path, new_eviction_)); in SimulateCrash()
216 EXPECT_TRUE(CheckCacheIntegrity(path, new_eviction_)); in TearDown()
278 if (new_eviction_) in InitDiskCacheImpl()
Ddisk_cache_test_base.h71 new_eviction_ = true; in SetNewEviction()
133 bool new_eviction_; variable
Dbackend_impl.cc355 new_eviction_(false), in BackendImpl()
381 new_eviction_(false), in BackendImpl()
463 new_eviction_ = (cache_type_ == net::DISK_CACHE); in SyncInit()
496 DCHECK(!new_eviction_); in SyncInit()
511 disabled_ = !rankings_.Init(this, new_eviction_); in SyncInit()
926 if (!new_eviction_) { in InternalDoomEntry()
943 if (!new_eviction_) in RemoveEntry()
1093 if (new_eviction_) { in FirstEviction()
1203 new_eviction_ = true; in SetNewEviction()
1361 if (new_eviction_) in CreateBackingStore()
[all …]
Deviction.h77 bool new_eviction_; variable
Dbackend_impl.h367 bool new_eviction_; // What eviction algorithm should be used. variable
Dbackend_unittest.cc814 if (new_eviction_) { in BackendTrimInvalidEntry2()
1220 ASSERT_TRUE(CheckCacheIntegrity(GetCacheFilePath(), new_eviction_)); in BackendTransaction()