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

/external/chromium_org/net/disk_cache/blockfile/
H A Deviction_v3.h56 bool NodeIsOldEnough(CacheRankingsBlock* node, int list);
H A Deviction.h68 bool NodeIsOldEnough(CacheRankingsBlock* node, int list);
H A Deviction_v3.cc321 if (!empty && NodeIsOldEnough(next[i].get(), i)) {
452 bool EvictionV3::NodeIsOldEnough(CacheRankingsBlock* node, int list) { function in class:disk_cache::EvictionV3
477 if (!NodeIsOldEnough(next[list].get(), 0) &&
H A Deviction.cc334 if (!empty && NodeIsOldEnough(next[i].get(), i)) {
543 bool Eviction::NodeIsOldEnough(CacheRankingsBlock* node, int list) { function in class:disk_cache::Eviction
568 if (!NodeIsOldEnough(next[list].get(), 0) &&

Completed in 129 milliseconds