HomeSort by relevance Sort by last modified time
    Searched refs:WaitForCompletedTasks (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/test/
task_runner_test_template.cc 34 void TaskTracker::WaitForCompletedTasks(int count) {
sequenced_task_runner_test_template.h 66 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);
task_runner_test_template.h 82 void WaitForCompletedTasks(int count);
154 this->task_tracker_->WaitForCompletedTasks(expected_total_tasks);
sequenced_task_runner_test_template.cc 96 void SequencedTaskTracker::WaitForCompletedTasks(int count) {

Completed in 1336 milliseconds