Home | History | Annotate | Download | only in test

Lines Matching refs:closure

22 // Many of the functions in this class include a variant that takes a Closure.
23 // The version that takes a Closure waits until the generated event is
24 // processed. Once the generated event is processed the Closure is Run (and
26 // the correct type (key down, mouse click, etc.) will trigger the Closure to be
59 const base::Closure& task);
65 const base::Closure& task);
85 const base::Closure& task);
91 // Runs |closure| after processing all pending ui events.
92 void RunClosureAfterAllPendingUIEvents(const base::Closure& closure);