Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Deviction.h63 void OnDestroyEntryV2(EntryImpl* entry);
Deviction.cc188 return OnDestroyEntryV2(entry); in OnDestroyEntry()
442 void Eviction::OnDestroyEntryV2(EntryImpl* entry) { in OnDestroyEntryV2() function in disk_cache::Eviction