Searched defs:ScopedClosureRunner (Results 1 – 8 of 8) sorted by relevance
11 ScopedClosureRunner::ScopedClosureRunner(OnceClosure closure) in ScopedClosureRunner() function in base::ScopedClosureRunner19 ScopedClosureRunner::ScopedClosureRunner(ScopedClosureRunner&& other) in ScopedClosureRunner() function in base::ScopedClosureRunner
11 ScopedClosureRunner::ScopedClosureRunner(OnceClosure closure) in ScopedClosureRunner() function in base::ScopedClosureRunner14 ScopedClosureRunner::ScopedClosureRunner(ScopedClosureRunner&& other) in ScopedClosureRunner() function in base::ScopedClosureRunner
58 class ScopedClosureRunner; variable
140 BindOnce([](ScopedClosureRunner) {}, in Clear() argument
535 BindOnce([](ScopedClosureRunner) {}, std::move(scoped_closure))); in TEST() argument