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 tracked_objects::Location& location,
25 TestPendingTask::TestPendingTask(TestPendingTask&& other) = default;
27 TestPendingTask& TestPendingTask::operator=(TestPendingTask&& other) = default
    [all...]
test_pending_task.h 17 // TestPendingTask is a helper class for test TaskRunner
20 struct TestPendingTask {
23 TestPendingTask();
24 TestPendingTask(TestPendingTask&& other);
25 TestPendingTask(const tracked_objects::Location& location,
30 ~TestPendingTask();
32 TestPendingTask& operator=(TestPendingTask&& other);
53 bool ShouldRunBefore(const TestPendingTask& other) const
    [all...]

Completed in 65 milliseconds