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

/external/chromium/net/disk_cache/
H A Din_flight_io.cc11 BackgroundIO::BackgroundIO(InFlightIO* controller) function in class:disk_cache::BackgroundIO
16 void BackgroundIO::OnIOSignalled() {
21 void BackgroundIO::Cancel() {
26 BackgroundIO::~BackgroundIO() {}
29 void BackgroundIO::NotifyController() {
52 void InFlightIO::OnIOComplete(BackgroundIO* operation) {
63 &BackgroundIO::OnIOSignalled));
68 void InFlightIO::InvokeCallback(BackgroundIO* operatio
[all...]
H A Din_flight_io.h20 class BackgroundIO : public base::RefCountedThreadSafe<BackgroundIO> { class in namespace:disk_cache
27 explicit BackgroundIO(InFlightIO* controller);
49 virtual ~BackgroundIO();
55 friend class base::RefCountedThreadSafe<BackgroundIO>;
64 DISALLOW_COPY_AND_ASSIGN(BackgroundIO);
82 // 8. BackgroundIO::OnIOSignalled()
99 void OnIOComplete(BackgroundIO* operation);
105 void InvokeCallback(BackgroundIO* operation, bool cancel_task);
111 virtual void OnOperationComplete(BackgroundIO* operatio
[all...]
/external/chromium_org/net/disk_cache/
H A Din_flight_io.cc14 BackgroundIO::BackgroundIO(InFlightIO* controller) function in class:disk_cache::BackgroundIO
19 void BackgroundIO::OnIOSignalled() {
24 void BackgroundIO::Cancel() {
31 BackgroundIO::~BackgroundIO() {
45 void BackgroundIO::NotifyController() {
62 BackgroundIO* operation = it->get();
70 void InFlightIO::OnIOComplete(BackgroundIO* operation) {
79 base::Bind(&BackgroundIO
[all...]
H A Din_flight_io.h20 class BackgroundIO : public base::RefCountedThreadSafe<BackgroundIO> { class in namespace:disk_cache
27 explicit BackgroundIO(InFlightIO* controller);
49 virtual ~BackgroundIO();
58 friend class base::RefCountedThreadSafe<BackgroundIO>;
65 DISALLOW_COPY_AND_ASSIGN(BackgroundIO);
83 // 8. BackgroundIO::OnIOSignalled()
103 void OnIOComplete(BackgroundIO* operation);
109 void InvokeCallback(BackgroundIO* operation, bool cancel_task);
115 virtual void OnOperationComplete(BackgroundIO* operatio
[all...]

Completed in 124 milliseconds