Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Din_flight_io.h22 class InFlightIO; variable
33 explicit BackgroundIO(InFlightIO* controller);
78 raw_ptr<InFlightIO>
108 class InFlightIO {
110 InFlightIO();
112 InFlightIO(const InFlightIO&) = delete;
113 InFlightIO& operator=(const InFlightIO&) = delete;
115 virtual ~InFlightIO();
Din_flight_io.cc16 BackgroundIO::BackgroundIO(InFlightIO* controller) in BackgroundIO()
44 InFlightIO::InFlightIO() in InFlightIO() function in disk_cache::InFlightIO
48 InFlightIO::~InFlightIO() = default;
57 void InFlightIO::WaitForPendingIO() { in WaitForPendingIO()
65 void InFlightIO::DropPendingIO() { in DropPendingIO()
76 void InFlightIO::OnIOComplete(BackgroundIO* operation) { in OnIOComplete()
90 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) { in InvokeCallback()
110 void InFlightIO::OnOperationPosted(BackgroundIO* operation) { in OnOperationPosted()
Dfile_ios.cc34 disk_cache::InFlightIO* controller) in FileBackgroundIO()
71 class FileInFlightIO : public disk_cache::InFlightIO {
Din_flight_backend_io.h192 class InFlightBackendIO : public InFlightIO {
Din_flight_backend_io.cc633 InFlightIO::WaitForPendingIO(); in WaitForPendingIO()
/external/libchrome/base/threading/
Dthread_restrictions.h66 class InFlightIO; variable
494 friend class disk_cache::InFlightIO; // http://crbug.com/74623
/external/cronet/base/threading/
Dthread_restrictions.h272 class InFlightIO; variable
874 friend class disk_cache::InFlightIO; // http://crbug.com/74623