HomeSort by relevance Sort by last modified time
    Searched refs:new_eviction_ (Results 1 - 7 of 7) sorted by null

  /external/chromium/net/disk_cache/
disk_cache_test_base.h 71 new_eviction_ = true;
133 bool new_eviction_; member in class:DiskCacheTestWithCache
eviction.cc 79 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...]
eviction.h 77 bool new_eviction_; member in class:disk_cache::Eviction
disk_cache_test_base.cc 28 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_)
backend_impl.cc 355 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_)
    [all...]
backend_impl.h 367 bool new_eviction_; // What eviction algorithm should be used. member in class:disk_cache::BackendImpl
backend_unittest.cc 814 if (new_eviction_) {
    [all...]

Completed in 688 milliseconds