Home | History | Annotate | Download | only in test

Lines Matching refs:closure

29         window, key, control, shift, alt, command, base::Closure());
38 const base::Closure& closure) OVERRIDE {
84 RunClosureAfterAllPendingUIEvents(closure);
89 return SendMouseMoveNotifyWhenDone(screen_x, screen_y, base::Closure());
94 const base::Closure& closure) OVERRIDE {
111 RunClosureAfterAllPendingUIEvents(closure);
116 return SendMouseEventsNotifyWhenDone(type, state, base::Closure());
121 const base::Closure& closure) OVERRIDE {
155 RunClosureAfterAllPendingUIEvents(closure);
162 const base::Closure& closure) OVERRIDE {
163 if (!closure.is_null())
164 base::MessageLoop::current()->PostTask(FROM_HERE, closure);