Home
last modified time | relevance | path

Searched refs:EvictionDone (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_index.h142 void EvictionDone(int result);
Dsimple_index.cc333 delegate_->DoomEntries(&entry_hashes, base::Bind(&SimpleIndex::EvictionDone, in StartEvictionIfNeeded()
349 void SimpleIndex::EvictionDone(int result) { in EvictionDone() function in disk_cache::SimpleIndex