Home | History | Annotate | Download | only in test

Lines Matching refs:TestSimpleTaskRunner

15 TestSimpleTaskRunner::TestSimpleTaskRunner() = default;
17 TestSimpleTaskRunner::~TestSimpleTaskRunner() = default;
19 bool TestSimpleTaskRunner::PostDelayedTask(const Location& from_here,
29 bool TestSimpleTaskRunner::PostNonNestableDelayedTask(const Location& from_here,
40 // the scope of this TestSimpleTaskRunner and other task runners sharing this
42 bool TestSimpleTaskRunner::RunsTasksInCurrentSequence() const {
46 base::circular_deque<TestPendingTask> TestSimpleTaskRunner::TakePendingTasks() {
51 size_t TestSimpleTaskRunner::NumPendingTasks() const {
56 bool TestSimpleTaskRunner::HasPendingTask() const {
61 base::TimeDelta TestSimpleTaskRunner::NextPendingTaskDelay() const {
66 base::TimeDelta TestSimpleTaskRunner::FinalPendingTaskDelay() const {
71 void TestSimpleTaskRunner::ClearPendingTasks() {
76 void TestSimpleTaskRunner::RunPendingTasks() {
87 // unit tests. Make sure this TestSimpleTaskRunner's tasks run in its scope.
98 void TestSimpleTaskRunner::RunUntilIdle() {