HomeSort by relevance Sort by last modified time
    Searched refs:EvictEntry (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
eviction_v3.h 51 bool EvictEntry(CacheRankingsBlock* node, bool empty, Rankings::List list);
eviction.h 53 bool EvictEntry(CacheRankingsBlock* node, bool empty, Rankings::List list);
eviction_v3.cc 137 // 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,
341 // The iterator could be invalidated within EvictEntry().
351 if (EvictEntry(node.get(), empty, static_cast<Rankings::List>(list)))
eviction.cc 133 // 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,
354 // The iterator could be invalidated within EvictEntry().
364 if (EvictEntry(node.get(), empty, static_cast<Rankings::List>(list)))

Completed in 1414 milliseconds