Searched refs:BackgroundIO (Results 1 – 10 of 10) sorted by relevance
/external/chromium/net/disk_cache/ |
D | in_flight_io.h | 20 class BackgroundIO : public base::RefCountedThreadSafe<BackgroundIO> { 27 explicit BackgroundIO(InFlightIO* controller); 49 virtual ~BackgroundIO(); 55 friend class base::RefCountedThreadSafe<BackgroundIO>; 64 DISALLOW_COPY_AND_ASSIGN(BackgroundIO); 99 void OnIOComplete(BackgroundIO* operation); 105 void InvokeCallback(BackgroundIO* operation, bool cancel_task); 111 virtual void OnOperationComplete(BackgroundIO* operation, bool cancel) = 0; 116 void OnOperationPosted(BackgroundIO* operation); 119 typedef std::set<scoped_refptr<BackgroundIO> > IOList;
|
D | in_flight_io.cc | 11 BackgroundIO::BackgroundIO(InFlightIO* controller) in BackgroundIO() function in disk_cache::BackgroundIO 16 void BackgroundIO::OnIOSignalled() { in OnIOSignalled() 21 void BackgroundIO::Cancel() { in Cancel() 26 BackgroundIO::~BackgroundIO() {} in ~BackgroundIO() 29 void BackgroundIO::NotifyController() { in NotifyController() 52 void InFlightIO::OnIOComplete(BackgroundIO* operation) { in OnIOComplete() 63 &BackgroundIO::OnIOSignalled)); in OnIOComplete() 68 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) { in InvokeCallback() 82 void InFlightIO::OnOperationPosted(BackgroundIO* operation) { in OnOperationPosted()
|
D | file_posix.cc | 19 class FileBackgroundIO : public disk_cache::BackgroundIO { 29 : disk_cache::BackgroundIO(controller), callback_(callback), file_(file), in FileBackgroundIO() 82 virtual void OnOperationComplete(disk_cache::BackgroundIO* operation, 135 void FileInFlightIO::OnOperationComplete(disk_cache::BackgroundIO* operation, in OnOperationComplete()
|
D | in_flight_backend_io.h | 26 class BackendIO : public BackgroundIO { 194 virtual void OnOperationComplete(BackgroundIO* operation, bool cancel);
|
D | in_flight_backend_io.cc | 18 : BackgroundIO(controller), backend_(backend), callback_(callback), in BackendIO() 443 void InFlightBackendIO::OnOperationComplete(BackgroundIO* operation, in OnOperationComplete()
|
/external/chromium_org/net/disk_cache/ |
D | in_flight_io.h | 20 class BackgroundIO : public base::RefCountedThreadSafe<BackgroundIO> { 27 explicit BackgroundIO(InFlightIO* controller); 49 virtual ~BackgroundIO(); 58 friend class base::RefCountedThreadSafe<BackgroundIO>; 65 DISALLOW_COPY_AND_ASSIGN(BackgroundIO); 103 void OnIOComplete(BackgroundIO* operation); 109 void InvokeCallback(BackgroundIO* operation, bool cancel_task); 115 virtual void OnOperationComplete(BackgroundIO* operation, bool cancel) = 0; 120 void OnOperationPosted(BackgroundIO* operation); 123 typedef std::set<scoped_refptr<BackgroundIO> > IOList;
|
D | in_flight_io.cc | 14 BackgroundIO::BackgroundIO(InFlightIO* controller) in BackgroundIO() function in disk_cache::BackgroundIO 19 void BackgroundIO::OnIOSignalled() { in OnIOSignalled() 24 void BackgroundIO::Cancel() { in Cancel() 31 BackgroundIO::~BackgroundIO() { in ~BackgroundIO() 45 void BackgroundIO::NotifyController() { in NotifyController() 62 BackgroundIO* operation = it->get(); in DropPendingIO() 70 void InFlightIO::OnIOComplete(BackgroundIO* operation) { in OnIOComplete() 79 base::Bind(&BackgroundIO::OnIOSignalled, in OnIOComplete() 85 void InFlightIO::InvokeCallback(BackgroundIO* operation, bool cancel_task) { in InvokeCallback() 105 void InFlightIO::OnOperationPosted(BackgroundIO* operation) { in OnOperationPosted()
|
D | file_ios.cc | 19 class FileBackgroundIO : public disk_cache::BackgroundIO { 29 : disk_cache::BackgroundIO(controller), callback_(callback), file_(file), in FileBackgroundIO() 82 virtual void OnOperationComplete(disk_cache::BackgroundIO* operation, 135 void FileInFlightIO::OnOperationComplete(disk_cache::BackgroundIO* operation, in OnOperationComplete()
|
D | in_flight_backend_io.h | 25 class BackendIO : public BackgroundIO { 208 virtual void OnOperationComplete(BackgroundIO* operation,
|
D | in_flight_backend_io.cc | 20 : BackgroundIO(controller), in BackendIO() 503 void InFlightBackendIO::OnOperationComplete(BackgroundIO* operation, in OnOperationComplete()
|