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 36 new_eviction_(false), first_cleanup_(true), integrity_(true) {}
64 new_eviction_ = true;
86 bool new_eviction_; member in class:DiskCacheTestWithCache
disk_cache_test_base.cc 25 if (mask_ || new_eviction_)
79 if (new_eviction_)
92 EXPECT_TRUE(CheckCacheIntegrity(path, new_eviction_));
105 EXPECT_TRUE(CheckCacheIntegrity(path, new_eviction_));
eviction.cc 66 new_eviction_ = backend->new_eviction_;
73 if (new_eviction_)
121 if (new_eviction_)
128 if (new_eviction_)
133 if (new_eviction_)
140 if (new_eviction_)
147 if (new_eviction_)
205 if (empty || !new_eviction_) {
462 if (!new_eviction_)
    [all...]
eviction.h 70 bool new_eviction_; member in class:disk_cache::Eviction
backend_impl.h 42 new_eviction_(false), first_timer_(true),
49 new_eviction_(false), first_timer_(true),
298 bool new_eviction_; // What eviction algorithm should be used. member in class:disk_cache::BackendImpl
backend_impl.cc 282 new_eviction_ = (cache_type_ == net::DISK_CACHE);
313 disabled_ = !rankings_.Init(this, new_eviction_);
774 if (!new_eviction_) {
784 if (!new_eviction_)
896 if (new_eviction_) {
988 new_eviction_ = true;
1034 if (new_eviction_)
1136 new_eviction_ = false;
    [all...]
backend_unittest.cc 609 if (new_eviction_)
988 ASSERT_TRUE(CheckCacheIntegrity(GetCacheFilePath(), new_eviction_));
    [all...]

Completed in 122 milliseconds