Searched defs:RunClosure (Results 1 – 4 of 4) sorted by relevance
69 ACTION_P(RunClosure, closure) { in ACTION_P() argument90 auto RunClosure() { in RunClosure() function
123 void RunClosure(std::function<void()> closure) override { in RunClosure() function
34 void RunClosure(std::function<void()> fn) override { fn(); } in RunClosure() function
118 void RunClosure(const base::Closure& callback, in RunClosure() function