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

  /external/chromium/net/disk_cache/
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) {
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...]

Completed in 26 milliseconds