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

/external/chromium_org/base/
H A Dcallback_helpers.cc11 ScopedClosureRunner::ScopedClosureRunner() { function in class:base::ScopedClosureRunner
14 ScopedClosureRunner::ScopedClosureRunner(const Closure& closure) function in class:base::ScopedClosureRunner
18 ScopedClosureRunner::~ScopedClosureRunner() {
23 void ScopedClosureRunner::Reset() {
29 void ScopedClosureRunner::Reset(const Closure& closure) {
36 Closure ScopedClosureRunner::Release() {
H A Dcallback_helpers.h30 // ScopedClosureRunner is akin to scoped_ptr for Closures. It ensures that the
32 class BASE_EXPORT ScopedClosureRunner { class in namespace:base
34 ScopedClosureRunner();
35 explicit ScopedClosureRunner(const Closure& closure);
36 ~ScopedClosureRunner();
45 DISALLOW_COPY_AND_ASSIGN(ScopedClosureRunner);

Completed in 293 milliseconds