HomeSort by relevance Sort by last modified time
    Searched refs:InFlightIO (Results 1 - 11 of 11) 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();
  /external/chromium_org/net/disk_cache/
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...]
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...]
file_ios.cc 28 disk_cache::InFlightIO* controller)
64 class FileInFlightIO : public disk_cache::InFlightIO {
in_flight_backend_io.h 27 BackendIO(InFlightIO* controller, BackendImpl* backend,
147 class InFlightBackendIO : public InFlightIO {
in_flight_backend_io.cc 18 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend,
500 InFlightIO::WaitForPendingIO();
  /external/chromium_org/base/threading/
thread_restrictions.h 59 class InFlightIO;
213 friend class disk_cache::InFlightIO; // http://crbug.com/74623

Completed in 195 milliseconds