Home | History | Annotate | Download | only in automation

Lines Matching refs:Task

25 class Task;
29 // Many of the functions in this class include a variant that takes a Task.
30 // The version that takes a Task waits until the generated event is processed.
31 // Once the generated event is processed the Task is Run (and deleted). Note
33 // type (key down, mouse click, etc.) will trigger the Task to be run. Hence
37 // SendKeyPressNotifyWhenDone(..., task);
39 // might trigger |task| early.
60 Task* task);
64 bool SendMouseMoveNotifyWhenDone(long x, long y, Task* task);
82 bool SendMouseEventsNotifyWhenDone(MouseButton type, int state, Task* task);
98 Task* task);