Home
last modified time | relevance | path

Searched defs:ScopedClosureRunner (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dcallback_helpers.cc11 ScopedClosureRunner::ScopedClosureRunner() {} in ScopedClosureRunner() function in base::ScopedClosureRunner
13 ScopedClosureRunner::ScopedClosureRunner(const Closure& closure) in ScopedClosureRunner() function in base::ScopedClosureRunner
21 ScopedClosureRunner::ScopedClosureRunner(ScopedClosureRunner&& other) in ScopedClosureRunner() function in base::ScopedClosureRunner
/external/libchrome/base/task/
Dcancelable_task_tracker.cc42 base::ScopedClosureRunner* /*cleanup_runner*/) { in IsCanceled()