Home | History | Annotate | Download | only in test

Lines Matching refs:closure

60         window, key, control, shift, alt, command, base::Closure());
69 const base::Closure& closure) OVERRIDE {
97 RunClosureAfterAllPendingUIEvents(closure);
102 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure());
107 const base::Closure& closure) OVERRIDE {
134 RunClosureAfterAllPendingUIEvents(closure);
138 return SendMouseEventsNotifyWhenDone(type, state, base::Closure());
143 const base::Closure& closure) OVERRIDE {
181 RunClosureAfterAllPendingUIEvents(closure);
188 const base::Closure& closure) OVERRIDE {
189 if (closure.is_null())
201 ui::PlatformEventWaiter::Create(closure, base::Bind(&Matcher));