Home | History | Annotate | Download | only in test

Lines Matching refs:closure

43         window, key, control, shift, alt, base::Closure());
51 const base::Closure& task) {
58 return SendMouseMoveImpl(screen_x, screen_y, base::Closure());
62 const base::Closure& task) {
66 return SendMouseEventsImpl(type, state, base::Closure());
70 const base::Closure& task) {
76 virtual void RunClosureAfterAllPendingUIEvents(const base::Closure& closure) {
77 // On windows, posting UI events is synchronous so just post the closure.
78 base::MessageLoopForUI::current()->PostTask(FROM_HERE, closure);