Searched refs:EvictEntry (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Deviction_v3.h51 bool EvictEntry(CacheRankingsBlock* node, bool empty, Rankings::List list);
H A Deviction.h53 bool EvictEntry(CacheRankingsBlock* node, bool empty, Rankings::List list);
H A Deviction_v3.cc137 // The iterator could be invalidated within EvictEntry().
146 if (EvictEntry(node.get(), empty, Rankings::NO_USE) && !test_mode_)
276 bool Eviction::EvictEntry(CacheRankingsBlock* node, bool empty, function in class:disk_cache::Eviction
341 // The iterator could be invalidated within EvictEntry().
351 if (EvictEntry(node.get(), empty, static_cast<Rankings::List>(list)))
H A Deviction.cc133 // The iterator could be invalidated within EvictEntry().
142 if (EvictEntry(node.get(), empty, Rankings::NO_USE) && !test_mode_)
286 bool Eviction::EvictEntry(CacheRankingsBlock* node, bool empty, function in class:disk_cache::Eviction
354 // The iterator could be invalidated within EvictEntry().
364 if (EvictEntry(node.get(), empty, static_cast<Rankings::List>(list)))

Completed in 183 milliseconds