Home
last modified time | relevance | path

Searched refs:HasIncompleteUndelayedTasksForTesting (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/task_scheduler/
Dtask_tracker.h212 bool HasIncompleteUndelayedTasksForTesting() const;
Dtask_tracker.cc651 bool TaskTracker::HasIncompleteUndelayedTasksForTesting() const { in HasIncompleteUndelayedTasksForTesting() function in base::internal::TaskTracker
/external/libchrome/base/test/
Dscoped_task_environment.cc250 if (!task_tracker_->HasIncompleteUndelayedTasksForTesting()) in RunUntilIdle()