Lines Matching defs:disk_cache
5 #include "net/disk_cache/rankings.h"
8 #include "net/disk_cache/backend_impl.h"
9 #include "net/disk_cache/entry_impl.h"
10 #include "net/disk_cache/errors.h"
11 #include "net/disk_cache/histogram_macros.h"
17 disk_cache::RankCrashes g_rankings_crash = disk_cache::NO_CRASH;
37 Transaction(volatile disk_cache::LruData* data, disk_cache::Addr addr,
41 volatile disk_cache::LruData* data_;
45 Transaction::Transaction(volatile disk_cache::LruData* data,
46 disk_cache::Addr addr, Operation op, int list)
89 if (disk_cache::NO_CRASH == g_rankings_crash)
94 case disk_cache::INSERT_ONE_1:
95 case disk_cache::INSERT_LOAD_1:
102 if (disk_cache::INSERT_EMPTY_1 == g_rankings_crash)
107 case disk_cache::INSERT_EMPTY_2:
108 case disk_cache::INSERT_ONE_2:
109 case disk_cache::INSERT_LOAD_2:
117 case disk_cache::INSERT_EMPTY_3:
118 case disk_cache::INSERT_ONE_3:
126 case disk_cache::REMOVE_ONE_1:
127 case disk_cache::REMOVE_HEAD_1:
128 case disk_cache::REMOVE_TAIL_1:
129 case disk_cache::REMOVE_LOAD_1:
136 if (disk_cache::REMOVE_ONE_2 == g_rankings_crash)
140 if (disk_cache::REMOVE_ONE_3 == g_rankings_crash)
144 if (disk_cache::REMOVE_HEAD_2 == g_rankings_crash)
148 if (disk_cache::REMOVE_TAIL_2 == g_rankings_crash)
152 if (disk_cache::REMOVE_TAIL_3 == g_rankings_crash)
157 case disk_cache::REMOVE_ONE_4:
158 case disk_cache::REMOVE_LOAD_2:
159 case disk_cache::REMOVE_HEAD_3:
167 case disk_cache::REMOVE_HEAD_4:
168 case disk_cache::REMOVE_LOAD_3:
182 void UpdateTimes(disk_cache::CacheRankingsBlock* node, bool modified) {
191 namespace disk_cache {
892 } // namespace disk_cache