Home | History | Annotate | Download | only in test

Lines Matching refs:closure

83         window, key, control, shift, alt, command, base::Closure());
93 const base::Closure& closure) OVERRIDE {
123 RunClosureAfterAllPendingUIEvents(closure);
128 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure());
133 const base::Closure& closure) OVERRIDE {
165 RunClosureAfterAllPendingUIEvents(closure);
169 return SendMouseEventsNotifyWhenDone(type, state, base::Closure());
174 const base::Closure& closure) OVERRIDE {
211 RunClosureAfterAllPendingUIEvents(closure);
218 const base::Closure& closure) OVERRIDE {
219 if (closure.is_null())
231 ui::PlatformEventWaiter::Create(closure, base::Bind(&Matcher));