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

  /external/chromium/net/disk_cache/
in_flight_io.h 16 class InFlightIO;
27 explicit BackgroundIO(InFlightIO* controller);
51 InFlightIO* controller_; // The controller that tracks all operations.
77 // 3. InFlightIO::OnOperationPosted()
80 // 6. InFlightIO::OnIOComplete()
83 // 9. InFlightIO::InvokeCallback()
89 class InFlightIO {
91 InFlightIO();
92 virtual ~InFlightIO();
127 DISALLOW_COPY_AND_ASSIGN(InFlightIO);
    [all...]
in_flight_io.cc 11 BackgroundIO::BackgroundIO(InFlightIO* controller)
35 InFlightIO::InFlightIO()
40 InFlightIO::~InFlightIO() {
43 void InFlightIO::WaitForPendingIO() {
52 void InFlightIO::OnIOComplete(BackgroundIO* operation) {
68 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) {
82 void InFlightIO::OnOperationPosted(BackgroundIO* operation) {
file_posix.cc 28 disk_cache::InFlightIO* controller)
64 class FileInFlightIO : public disk_cache::InFlightIO {
in_flight_backend_io.h 28 BackendIO(InFlightIO* controller, BackendImpl* backend,
140 class InFlightBackendIO : public InFlightIO {
in_flight_backend_io.cc 16 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend,
440 InFlightIO::WaitForPendingIO();

Completed in 54 milliseconds