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

  /external/chromium_org/net/disk_cache/v3/
eviction_v3.h 61 bool new_eviction_; member in class:disk_cache::Eviction
backend_worker.cc 123 new_eviction_(false),
170 new_eviction_ = (cache_type_ == net::DISK_CACHE);
202 DCHECK(!new_eviction_);
205 DCHECK(!new_eviction_);
215 disabled_ = !rankings_.Init(this, new_eviction_);
242 new_eviction_ = false;
322 if (new_eviction_)
393 if (new_eviction_) {
eviction_v3.cc 87 new_eviction_ = backend->new_eviction_;
116 if (new_eviction_)
219 DCHECK(test_mode_ && new_eviction_);
276 if (empty || !new_eviction_) {
476 if (!new_eviction_)
backend_impl_v3.cc 98 new_eviction_(false),
124 new_eviction_(false),
217 if (!new_eviction_) {
361 if (new_eviction_) {
442 new_eviction_ = true;
925 new_eviction_ = false;
    [all...]
backend_impl_v3.h 269 bool new_eviction_; // What eviction algorithm should be used. member in class:disk_cache::BackendImpl
  /external/chromium/net/disk_cache/
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_)
disk_cache_test_base.h 71 new_eviction_ = true;
133 bool new_eviction_; member in class:DiskCacheTestWithCache
eviction.h 77 bool new_eviction_; member in class:disk_cache::Eviction
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...]
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...]
  /external/chromium_org/net/disk_cache/
eviction.h 78 bool new_eviction_; member in class:disk_cache::Eviction
eviction.cc 88 new_eviction_ = backend->new_eviction_;
117 if (new_eviction_)
166 if (new_eviction_)
173 if (new_eviction_)
178 if (new_eviction_)
185 if (new_eviction_)
195 if (new_eviction_)
204 DCHECK(test_mode_ && new_eviction_);
291 if (empty || !new_eviction_) {
    [all...]
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_)
disk_cache_test_base.h 89 new_eviction_ = true;
161 bool new_eviction_; member in class:DiskCacheTestWithCache
backend_impl.cc 127 new_eviction_(false),
153 new_eviction_(false),
228 new_eviction_ = (cache_type_ == net::DISK_CACHE);
260 DCHECK(!new_eviction_);
263 DCHECK(!new_eviction_);
273 disabled_ = !rankings_.Init(this, new_eviction_);
746 if (!new_eviction_) {
800 if (!new_eviction_)
942 if (new_eviction_) {
1060 new_eviction_ = true
    [all...]
backend_impl.h 380 bool new_eviction_; // What eviction algorithm should be used. member in class:disk_cache::BackendImpl
backend_unittest.cc     [all...]

Completed in 302 milliseconds