Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Din_flight_backend_io.h58 void CloseEntryImpl(EntryImpl* entry);
162 void CloseEntryImpl(EntryImpl* entry);
Din_flight_backend_io.cc108 void BackendIO::CloseEntryImpl(EntryImpl* entry) { in CloseEntryImpl() function in disk_cache::BackendIO
361 void InFlightBackendIO::CloseEntryImpl(EntryImpl* entry) { in CloseEntryImpl() function in disk_cache::InFlightBackendIO
363 operation->CloseEntryImpl(entry); in CloseEntryImpl()
Dentry_impl.cc671 backend_->background_queue()->CloseEntryImpl(this); in Close()