Searched defs:EvictEntry (Results 1 - 2 of 2) sorted by path

/external/chromium_org/net/disk_cache/blockfile/
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)))
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)))

Completed in 1130 milliseconds