Searched refs:WaitForCompletedTasks (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/test/
H A Dtask_runner_test_template.cc34 void TaskTracker::WaitForCompletedTasks(int count) { function in class:base::internal::TaskTracker
H A Dsequenced_task_runner_test_template.h66 void WaitForCompletedTasks(int count);
195 this->task_tracker_->WaitForCompletedTasks(kTaskCount);
242 this->task_tracker_->WaitForCompletedTasks(kTaskCount);
270 this->task_tracker_->WaitForCompletedTasks(kTaskCount);
292 this->task_tracker_->WaitForCompletedTasks(kTaskCount);
315 this->task_tracker_->WaitForCompletedTasks(kTaskCount);
H A Dtask_runner_test_template.h82 void WaitForCompletedTasks(int count);
154 this->task_tracker_->WaitForCompletedTasks(expected_total_tasks);
H A Dsequenced_task_runner_test_template.cc96 void SequencedTaskTracker::WaitForCompletedTasks(int count) { function in class:base::internal::SequencedTaskTracker

Completed in 255 milliseconds