Home | History | Annotate | Download | only in base

Lines Matching refs:Task

12 #include "base/task.h"
27 // either post the Task to the MessageLoop (if it's still alive), or to
28 // delete the Task otherwise.
29 // They return true iff the thread existed and the task was posted. Note that
30 // even if the task is posted, there's no guarantee that it will run; for
32 // delayed task a Quit message may preempt it in the message loop queue.
33 // Conversely, a return value of false is a guarantee the task will not run.
35 Task* task) = 0;
37 Task* task, int64 delay_ms) = 0;
39 Task* task) = 0;
42 Task* task,