Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Deviction.h41 void OnOpenEntry(EntryImpl* entry);
Deviction.cc176 void Eviction::OnOpenEntry(EntryImpl* entry) { in OnOpenEntry() function in disk_cache::Eviction
Dbackend_impl.cc526 eviction_.OnOpenEntry(cache_entry.get()); in OpenEntryImpl()