Home
last modified time | relevance | path

Searched refs:OnDestroyEntry (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
Deviction.h41 void OnDestroyEntry(EntryImpl* entry);
Deviction.cc186 void Eviction::OnDestroyEntry(EntryImpl* entry) { in OnDestroyEntry() function in disk_cache::Eviction
Dbackend_impl.cc949 eviction_.OnDestroyEntry(entry); in RemoveEntry()