Searched defs:OnceClosure (Results 1 – 7 of 7) sorted by relevance
7 void Foo(base::OnceClosure) {} in Foo()9 void Bar(int, base::OnceClosure, int) {} in Bar()
7 void Foo(base::OnceClosure) {} in Foo()
43 using OnceClosure = OnceCallback<void()>; variable
21 using OnceClosure = OnceCallback<void()>; variable
213 std::vector<std::pair<OnceClosure, bool>>* tasks) { in PostFromNestedRunloop()2257 std::vector<std::pair<OnceClosure, TestTaskQueue*>>* tasks) { in RunloopCurrentlyExecutingTaskQueueTestTask()