Home
last modified time | relevance | path

Searched refs:InFlightIO (Results 1 – 11 of 11) sorted by relevance

/external/chromium/net/disk_cache/
Din_flight_io.cc11 BackgroundIO::BackgroundIO(InFlightIO* controller) in BackgroundIO()
35 InFlightIO::InFlightIO() in InFlightIO() function in disk_cache::InFlightIO
40 InFlightIO::~InFlightIO() { in ~InFlightIO()
43 void InFlightIO::WaitForPendingIO() { in WaitForPendingIO()
52 void InFlightIO::OnIOComplete(BackgroundIO* operation) { in OnIOComplete()
68 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) { in InvokeCallback()
82 void InFlightIO::OnOperationPosted(BackgroundIO* operation) { in OnOperationPosted()
Din_flight_io.h16 class InFlightIO; variable
27 explicit BackgroundIO(InFlightIO* controller);
51 InFlightIO* controller_; // The controller that tracks all operations.
89 class InFlightIO {
91 InFlightIO();
92 virtual ~InFlightIO();
127 DISALLOW_COPY_AND_ASSIGN(InFlightIO);
Din_flight_backend_io.h28 BackendIO(InFlightIO* controller, BackendImpl* backend,
140 class InFlightBackendIO : public InFlightIO {
Dfile_posix.cc28 disk_cache::InFlightIO* controller) in FileBackgroundIO()
64 class FileInFlightIO : public disk_cache::InFlightIO {
Din_flight_backend_io.cc16 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend, in BackendIO()
440 InFlightIO::WaitForPendingIO(); in WaitForPendingIO()
/external/chromium_org/net/disk_cache/
Din_flight_io.cc14 BackgroundIO::BackgroundIO(InFlightIO* controller) in BackgroundIO()
36 InFlightIO::InFlightIO() in InFlightIO() function in disk_cache::InFlightIO
41 InFlightIO::~InFlightIO() { in ~InFlightIO()
51 void InFlightIO::WaitForPendingIO() { in WaitForPendingIO()
59 void InFlightIO::DropPendingIO() { in DropPendingIO()
70 void InFlightIO::OnIOComplete(BackgroundIO* operation) { in OnIOComplete()
85 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) { in InvokeCallback()
105 void InFlightIO::OnOperationPosted(BackgroundIO* operation) { in OnOperationPosted()
Din_flight_io.h16 class InFlightIO; variable
27 explicit BackgroundIO(InFlightIO* controller);
62 InFlightIO* controller_; // The controller that tracks all operations.
90 class InFlightIO {
92 InFlightIO();
93 virtual ~InFlightIO();
131 DISALLOW_COPY_AND_ASSIGN(InFlightIO);
Din_flight_backend_io.h27 BackendIO(InFlightIO* controller, BackendImpl* backend,
147 class InFlightBackendIO : public InFlightIO {
Dfile_ios.cc28 disk_cache::InFlightIO* controller) in FileBackgroundIO()
64 class FileInFlightIO : public disk_cache::InFlightIO {
Din_flight_backend_io.cc18 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend, in BackendIO()
500 InFlightIO::WaitForPendingIO(); in WaitForPendingIO()
/external/chromium_org/base/threading/
Dthread_restrictions.h59 class InFlightIO; variable
213 friend class disk_cache::InFlightIO; // http://crbug.com/74623