Searched defs:BackgroundIO (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
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 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...]

Completed in 310 milliseconds