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

  /external/chromium_org/net/disk_cache/blockfile/
in_flight_io.h 20 class InFlightIO;
31 explicit BackgroundIO(InFlightIO* controller);
66 InFlightIO* controller_; // The controller that tracks all operations.
82 // 3. InFlightIO::OnOperationPosted()
85 // 6. InFlightIO::OnIOComplete()
88 // 9. InFlightIO::InvokeCallback()
94 class InFlightIO {
96 InFlightIO();
97 virtual ~InFlightIO();
135 DISALLOW_COPY_AND_ASSIGN(InFlightIO);
    [all...]
in_flight_io.cc 17 BackgroundIO::BackgroundIO(InFlightIO* controller)
39 InFlightIO::InFlightIO()
45 InFlightIO::~InFlightIO() {
55 void InFlightIO::WaitForPendingIO() {
63 void InFlightIO::DropPendingIO() {
74 void InFlightIO::OnIOComplete(BackgroundIO* operation) {
88 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) {
108 void InFlightIO::OnOperationPosted(BackgroundIO* operation)
    [all...]
file_ios.cc 28 disk_cache::InFlightIO* controller)
64 class FileInFlightIO : public disk_cache::InFlightIO {
in_flight_backend_io.h 29 BackendIO(InFlightIO* controller, BackendImpl* backend,
147 class InFlightBackendIO : public InFlightIO {
in_flight_backend_io.cc 22 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend,
491 InFlightIO::WaitForPendingIO();
  /external/chromium_org/base/threading/
thread_restrictions.h 58 class InFlightIO;
221 friend class disk_cache::InFlightIO; // http://crbug.com/74623

Completed in 1349 milliseconds