Searched refs:DestroyInvalidEntry (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.h331 void DestroyInvalidEntry(EntryImpl* entry);
H A Dbackend_impl.cc1635 // It is important to call DestroyInvalidEntry after removing this
1637 DestroyInvalidEntry(cache_entry.get());
1772 void BackendImpl::DestroyInvalidEntry(EntryImpl* entry) { function in class:disk_cache::BackendImpl

Completed in 89 milliseconds