Searched refs:InFlightIO (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_io.cc17 BackgroundIO::BackgroundIO(InFlightIO* controller)
39 InFlightIO::InFlightIO() function in class:disk_cache::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
[all...]
H A Din_flight_io.h20 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 { class in namespace:disk_cache
96 InFlightIO();
97 virtual ~InFlightIO();
135 DISALLOW_COPY_AND_ASSIGN(InFlightIO);
[all...]
H A Dfile_ios.cc28 disk_cache::InFlightIO* controller)
64 class FileInFlightIO : public disk_cache::InFlightIO {
H A Din_flight_backend_io.h29 BackendIO(InFlightIO* controller, BackendImpl* backend,
147 class InFlightBackendIO : public InFlightIO {
H A Din_flight_backend_io.cc22 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend,
491 InFlightIO::WaitForPendingIO();
/external/chromium_org/base/threading/
H A Dthread_restrictions.h58 class InFlightIO;
221 friend class disk_cache::InFlightIO; // http://crbug.com/74623

Completed in 875 milliseconds