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);
202 this->task_tracker_->WaitForCompletedTasks(kTaskCount);
256 this->task_tracker_->WaitForCompletedTasks(kTaskCount);
291 this->task_tracker_->WaitForCompletedTasks(kTaskCount);
320 this->task_tracker_->WaitForCompletedTasks(kTaskCount);
350 this->task_tracker_->WaitForCompletedTasks(kTaskCount);
task_runner_test_template.h 87 void WaitForCompletedTasks(int count);
164 this->task_tracker_->WaitForCompletedTasks(expected_total_tasks);
sequenced_task_runner_test_template.cc 96 void SequencedTaskTracker::WaitForCompletedTasks(int count) {

Completed in 103 milliseconds