Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:InFlightBackendIO

284 InFlightBackendIO::InFlightBackendIO(BackendImpl* backend,
290 InFlightBackendIO::~InFlightBackendIO() {
293 void InFlightBackendIO::Init(CompletionCallback* callback) {
299 void InFlightBackendIO::OpenEntry(const std::string& key, Entry** entry,
306 void InFlightBackendIO::CreateEntry(const std::string& key, Entry** entry,
313 void InFlightBackendIO::DoomEntry(const std::string& key,
320 void InFlightBackendIO::DoomAllEntries(CompletionCallback* callback) {
326 void InFlightBackendIO::DoomEntriesBetween(const base::Time initial_time,
334 void InFlightBackendIO::DoomEntriesSince(const base::Time initial_time,
341 void InFlightBackendIO::OpenNextEntry(void** iter, Entry** next_entry,
348 void InFlightBackendIO::OpenPrevEntry(void** iter, Entry** prev_entry,
355 void InFlightBackendIO::EndEnumeration(void* iterator) {
361 void InFlightBackendIO::CloseEntryImpl(EntryImpl* entry) {
367 void InFlightBackendIO::DoomEntryImpl(EntryImpl* entry) {
373 void InFlightBackendIO::FlushQueue(net::CompletionCallback* callback) {
379 void InFlightBackendIO::RunTask(Task* task, net::CompletionCallback* callback) {
385 void InFlightBackendIO::ReadData(EntryImpl* entry, int index, int offset,
393 void InFlightBackendIO::WriteData(EntryImpl* entry, int index, int offset,
402 void InFlightBackendIO::ReadSparseData(EntryImpl* entry, int64 offset,
410 void InFlightBackendIO::WriteSparseData(EntryImpl* entry, int64 offset,
418 void InFlightBackendIO::GetAvailableRange(EntryImpl* entry, int64 offset,
426 void InFlightBackendIO::CancelSparseIO(EntryImpl* entry) {
432 void InFlightBackendIO::ReadyForSparseIO(EntryImpl* entry,
439 void InFlightBackendIO::WaitForPendingIO() {
443 void InFlightBackendIO::OnOperationComplete(BackgroundIO* operation,
455 void InFlightBackendIO::PostOperation(BackendIO* operation) {