HomeSort by relevance Sort by last modified time
    Searched defs:TestPendingTask (Results 1 - 2 of 2) sorted by null

  /external/libchrome/base/test/
test_pending_task.cc 12 TestPendingTask::TestPendingTask() : nestability(NESTABLE) {}
14 TestPendingTask::TestPendingTask(const Location& location,
25 TestPendingTask::TestPendingTask(TestPendingTask&& other) = default;
27 TestPendingTask& TestPendingTask::operator=(TestPendingTask&& other) = default
    [all...]
test_pending_task.h 18 // TestPendingTask is a helper class for test TaskRunner
21 struct TestPendingTask {
24 TestPendingTask();
25 TestPendingTask(TestPendingTask&& other);
26 TestPendingTask(const Location& location,
31 ~TestPendingTask();
33 TestPendingTask& operator=(TestPendingTask&& other);
54 bool ShouldRunBefore(const TestPendingTask& other) const
    [all...]

Completed in 604 milliseconds