HomeSort by relevance Sort by last modified time
    Searched refs:background_queue (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
entry_impl.cc 738 backend_->background_queue()->DoomEntryImpl(this);
742 backend_->background_queue()->CloseEntryImpl(this);
809 backend_->background_queue()->ReadData(this, index, offset, buf, buf_len,
826 backend_->background_queue()->WriteData(this, index, offset, buf, buf_len,
836 backend_->background_queue()->ReadSparseData(this, offset, buf, buf_len,
846 backend_->background_queue()->WriteSparseData(this, offset, buf, buf_len,
853 backend_->background_queue()->GetAvailableRange(this, offset, len, start,
868 backend_->background_queue()->CancelSparseIO(this);
875 backend_->background_queue()->ReadyForSparseIO(this, callback);
    [all...]
backend_impl.h 101 InFlightBackendIO* background_queue() { function in class:disk_cache::BackendImpl

Completed in 912 milliseconds