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

/external/chromium_org/net/disk_cache/blockfile/
H A Din_flight_io.h24 class BackgroundIO : public base::RefCountedThreadSafe<BackgroundIO> { class in namespace:disk_cache
31 explicit BackgroundIO(InFlightIO* controller);
53 virtual ~BackgroundIO();
62 friend class base::RefCountedThreadSafe<BackgroundIO>;
69 DISALLOW_COPY_AND_ASSIGN(BackgroundIO);
87 // 8. BackgroundIO::OnIOSignalled()
107 void OnIOComplete(BackgroundIO* operation);
113 void InvokeCallback(BackgroundIO* operation, bool cancel_task);
119 virtual void OnOperationComplete(BackgroundIO* operatio
[all...]
H A Din_flight_io.cc17 BackgroundIO::BackgroundIO(InFlightIO* controller) function in class:disk_cache::BackgroundIO
22 void BackgroundIO::OnIOSignalled() {
27 void BackgroundIO::Cancel() {
34 BackgroundIO::~BackgroundIO() {
49 void BackgroundIO::NotifyController() {
66 BackgroundIO* operation = it->get();
74 void InFlightIO::OnIOComplete(BackgroundIO* operation) {
83 FROM_HERE, base::Bind(&BackgroundIO
[all...]
H A Dfile_ios.cc19 class FileBackgroundIO : public disk_cache::BackgroundIO {
29 : disk_cache::BackgroundIO(controller), callback_(callback), file_(file),
82 virtual void OnOperationComplete(disk_cache::BackgroundIO* operation,
135 void FileInFlightIO::OnOperationComplete(disk_cache::BackgroundIO* operation,
H A Din_flight_backend_io.h27 class BackendIO : public BackgroundIO {
207 virtual void OnOperationComplete(BackgroundIO* operation,
H A Din_flight_backend_io.cc24 : BackgroundIO(controller),
494 void InFlightBackendIO::OnOperationComplete(BackgroundIO* operation,

Completed in 144 milliseconds