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

/external/chromium/net/disk_cache/
H A Din_flight_io.cc11 BackgroundIO::BackgroundIO(InFlightIO* controller)
35 InFlightIO::InFlightIO() function in class:disk_cache::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) {
H A Din_flight_io.h16 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 { class in namespace:disk_cache
91 InFlightIO();
92 virtual ~InFlightIO();
127 DISALLOW_COPY_AND_ASSIGN(InFlightIO);
[all...]
H A Dfile_posix.cc28 disk_cache::InFlightIO* controller)
64 class FileInFlightIO : public disk_cache::InFlightIO {
H A Din_flight_backend_io.h28 BackendIO(InFlightIO* controller, BackendImpl* backend,
140 class InFlightBackendIO : public InFlightIO {
H A Din_flight_backend_io.cc16 BackendIO::BackendIO(InFlightIO* controller, BackendImpl* backend,
440 InFlightIO::WaitForPendingIO();

Completed in 64 milliseconds