Home | History | Annotate | Download | only in test

Lines Matching refs:closure

28                                     base::Closure());
37 const base::Closure& task) {
45 return internal::SendMouseMoveImpl(x, y, base::Closure());
48 bool SendMouseMoveNotifyWhenDone(long x, long y, const base::Closure& task) {
55 return internal::SendMouseEventsImpl(type, state, base::Closure());
59 const base::Closure& task) {
66 return internal::SendMouseEventsImpl(type, UP | DOWN, base::Closure());
69 void RunClosureAfterAllPendingUIEvents(const base::Closure& closure) {
70 // On windows, posting UI events is synchronous so just post the closure.
71 base::MessageLoopForUI::current()->PostTask(FROM_HERE, closure);