BackgroundIO 19 net/disk_cache/blockfile/file_ios.cc class FileBackgroundIO : public disk_cache::BackgroundIO { BackgroundIO 29 net/disk_cache/blockfile/file_ios.cc : disk_cache::BackgroundIO(controller), callback_(callback), file_(file), BackgroundIO 82 net/disk_cache/blockfile/file_ios.cc virtual void OnOperationComplete(disk_cache::BackgroundIO* operation, BackgroundIO 135 net/disk_cache/blockfile/file_ios.cc void FileInFlightIO::OnOperationComplete(disk_cache::BackgroundIO* operation, BackgroundIO 23 net/disk_cache/blockfile/in_flight_backend_io.cc : BackgroundIO(controller), BackgroundIO 506 net/disk_cache/blockfile/in_flight_backend_io.cc void InFlightBackendIO::OnOperationComplete(BackgroundIO* operation, BackgroundIO 25 net/disk_cache/blockfile/in_flight_backend_io.h class BackendIO : public BackgroundIO { BackgroundIO 208 net/disk_cache/blockfile/in_flight_backend_io.h virtual void OnOperationComplete(BackgroundIO* operation, BackgroundIO 14 net/disk_cache/blockfile/in_flight_io.cc BackgroundIO::BackgroundIO(InFlightIO* controller) BackgroundIO 19 net/disk_cache/blockfile/in_flight_io.cc void BackgroundIO::OnIOSignalled() { BackgroundIO 24 net/disk_cache/blockfile/in_flight_io.cc void BackgroundIO::Cancel() { BackgroundIO 31 net/disk_cache/blockfile/in_flight_io.cc BackgroundIO::~BackgroundIO() { BackgroundIO 45 net/disk_cache/blockfile/in_flight_io.cc void BackgroundIO::NotifyController() { BackgroundIO 62 net/disk_cache/blockfile/in_flight_io.cc BackgroundIO* operation = it->get(); BackgroundIO 70 net/disk_cache/blockfile/in_flight_io.cc void InFlightIO::OnIOComplete(BackgroundIO* operation) { BackgroundIO 79 net/disk_cache/blockfile/in_flight_io.cc base::Bind(&BackgroundIO::OnIOSignalled, BackgroundIO 85 net/disk_cache/blockfile/in_flight_io.cc void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) { BackgroundIO 105 net/disk_cache/blockfile/in_flight_io.cc void InFlightIO::OnOperationPosted(BackgroundIO* operation) { BackgroundIO 20 net/disk_cache/blockfile/in_flight_io.h class BackgroundIO : public base::RefCountedThreadSafe<BackgroundIO> { BackgroundIO 27 net/disk_cache/blockfile/in_flight_io.h explicit BackgroundIO(InFlightIO* controller); BackgroundIO 49 net/disk_cache/blockfile/in_flight_io.h virtual ~BackgroundIO(); BackgroundIO 58 net/disk_cache/blockfile/in_flight_io.h friend class base::RefCountedThreadSafe<BackgroundIO>; BackgroundIO 65 net/disk_cache/blockfile/in_flight_io.h DISALLOW_COPY_AND_ASSIGN(BackgroundIO); BackgroundIO 103 net/disk_cache/blockfile/in_flight_io.h void OnIOComplete(BackgroundIO* operation); BackgroundIO 109 net/disk_cache/blockfile/in_flight_io.h void InvokeCallback(BackgroundIO* operation, bool cancel_task); BackgroundIO 115 net/disk_cache/blockfile/in_flight_io.h virtual void OnOperationComplete(BackgroundIO* operation, bool cancel) = 0; BackgroundIO 120 net/disk_cache/blockfile/in_flight_io.h void OnOperationPosted(BackgroundIO* operation); BackgroundIO 123 net/disk_cache/blockfile/in_flight_io.h typedef std::set<scoped_refptr<BackgroundIO> > IOList;