HomeSort by relevance Sort by last modified time
    Searched defs:InFlightIO (Results 1 - 4 of 4) 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...]
  /external/chromium_org/net/disk_cache/
in_flight_io.cc 14 BackgroundIO::BackgroundIO(InFlightIO* controller)
36 InFlightIO::InFlightIO()
41 InFlightIO::~InFlightIO() {
51 void InFlightIO::WaitForPendingIO() {
59 void InFlightIO::DropPendingIO() {
70 void InFlightIO::OnIOComplete(BackgroundIO* operation) {
85 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) {
105 void InFlightIO::OnOperationPosted(BackgroundIO* operation)
    [all...]
in_flight_io.h 16 class InFlightIO;
27 explicit BackgroundIO(InFlightIO* controller);
62 InFlightIO* controller_; // The controller that tracks all operations.
78 // 3. InFlightIO::OnOperationPosted()
81 // 6. InFlightIO::OnIOComplete()
84 // 9. InFlightIO::InvokeCallback()
90 class InFlightIO {
92 InFlightIO();
93 virtual ~InFlightIO();
131 DISALLOW_COPY_AND_ASSIGN(InFlightIO);
    [all...]

Completed in 251 milliseconds