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 144 new_eviction_ = (cache_type_ == net::DISK_CACHE);
176 DCHECK(!new_eviction_);
179 DCHECK(!new_eviction_);
189 disabled_ = !rankings_.Init(this, new_eviction_);
216 new_eviction_ = false;
296 if (new_eviction_)
367 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 129 new_eviction_(false),
155 new_eviction_(false),
227 new_eviction_ = (cache_type_ == net::DISK_CACHE);
259 DCHECK(!new_eviction_);
262 DCHECK(!new_eviction_);
272 disabled_ = !rankings_.Init(this, new_eviction_);
754 if (!new_eviction_) {
808 if (!new_eviction_)
950 if (new_eviction_) {
1071 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.h 383 bool new_eviction_; // What eviction algorithm should be used. member in class:disk_cache::BackendImpl
backend_impl_v3.cc 149 if (!new_eviction_) {
1121 new_eviction_ = (cache_type_ == net::DISK_CACHE);
    [all...]
  /external/chromium_org/net/disk_cache/
disk_cache_test_base.h 89 new_eviction_ = true;
161 bool new_eviction_; member in class:DiskCacheTestWithCache
disk_cache_test_base.cc 64 new_eviction_(false),
93 EXPECT_TRUE(CheckCacheIntegrity(cache_path_, new_eviction_, mask_));
251 EXPECT_TRUE(CheckCacheIntegrity(cache_path_, new_eviction_, mask_));
315 if (new_eviction_)
backend_unittest.cc     [all...]

Completed in 287 milliseconds