Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Deviction.h44 void OnDestroyEntry(EntryImpl* entry);
Deviction.cc198 void Eviction::OnDestroyEntry(EntryImpl* entry) { in OnDestroyEntry() function in disk_cache::Eviction
Dbackend_impl.cc883 eviction_.OnDestroyEntry(entry); in RemoveEntry()