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

  /external/chromium_org/net/disk_cache/blockfile/
backend_worker_v3.cc 143 new_eviction_ = (cache_type_ == net::DISK_CACHE);
175 DCHECK(!new_eviction_);
178 DCHECK(!new_eviction_);
188 disabled_ = !rankings_.Init(this, new_eviction_);
215 new_eviction_ = false;
295 if (new_eviction_)
366 if (new_eviction_) {
eviction.cc 92 new_eviction_ = backend->new_eviction_;
121 if (new_eviction_)
170 if (new_eviction_)
177 if (new_eviction_)
182 if (new_eviction_)
189 if (new_eviction_)
199 if (new_eviction_)
208 DCHECK(test_mode_ && new_eviction_);
296 if (empty || !new_eviction_) {
    [all...]
eviction.h 78 bool new_eviction_; member in class:disk_cache::Eviction
backend_impl.cc 131 new_eviction_(false),
158 new_eviction_(false),
230 new_eviction_ = (cache_type_ == net::DISK_CACHE);
262 DCHECK(!new_eviction_);
265 DCHECK(!new_eviction_);
275 disabled_ = !rankings_.Init(this, new_eviction_);
805 if (!new_eviction_) {
859 if (!new_eviction_)
1001 if (new_eviction_) {
1122 new_eviction_ = true
    [all...]
eviction_v3.cc 125 if (new_eviction_)
228 DCHECK(test_mode_ && new_eviction_);
285 if (empty || !new_eviction_) {
485 if (!new_eviction_)
backend_impl_v3.cc 142 if (!new_eviction_) {
1044 new_eviction_ = (cache_type_ == net::DISK_CACHE);
1076 DCHECK(!new_eviction_);
1079 DCHECK(!new_eviction_);
1089 disabled_ = !rankings_.Init(this, new_eviction_);
    [all...]
backend_impl.h 389 bool new_eviction_; // What eviction algorithm should be used. member in class:disk_cache::BackendImpl
  /external/chromium_org/net/disk_cache/
disk_cache_test_base.h 101 new_eviction_ = true;
173 bool new_eviction_; member in class:DiskCacheTestWithCache
disk_cache_test_base.cc 80 new_eviction_(false),
109 EXPECT_TRUE(CheckCacheIntegrity(cache_path_, new_eviction_, mask_));
265 EXPECT_TRUE(CheckCacheIntegrity(cache_path_, new_eviction_, mask_));
329 if (new_eviction_)
backend_unittest.cc     [all...]

Completed in 7459 milliseconds