Home | History | Annotate | Download | only in test

Lines Matching full:that

2 // Use of this source code is governed by a BSD-style license that can be
22 // TestSimpleTaskRunner is a simple TaskRunner implementation that can
23 // be used for testing. It implements SingleThreadTaskRunner as that
26 // that accepts any *TaskRunner object.
35 // However, TestSimpleTaskRunner allows for reentrancy, in that it
36 // handles the running of tasks that in turn call back into itself
39 // Note that, like any TaskRunner, TestSimpleTaskRunner is
65 // by the tasks that run within this call do not run within this call. Can
66 // only be called on the thread that created this TestSimpleTaskRunner.
70 // thread that created this TestSimpleTaskRunner.