Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/memory/
Dmem_backend_impl.h71 void OnEntryInserted(MemEntryImpl* entry);
Dmem_backend_impl.cc113 void MemBackendImpl::OnEntryInserted(MemEntryImpl* entry) { in OnEntryInserted() function in disk_cache::MemBackendImpl
Dmem_entry_impl.cc297 backend_->OnEntryInserted(this); in MemEntryImpl()