Searched refs:WrapTask (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/test/
H A Dtask_runner_test_template.h77 Closure WrapTask(const Closure& task, int i);
124 const Closure& ith_task = this->task_tracker_->WrapTask(Closure(), i);
146 const Closure& ith_task = this->task_tracker_->WrapTask(Closure(), i);
187 this->task_tracker_->WrapTask(
192 this->task_tracker_->WrapTask(
H A Dtask_runner_test_template.cc15 Closure TaskTracker::WrapTask(const Closure& task, int i) { function in class:base::internal::TaskTracker

Completed in 165 milliseconds