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

  /external/chromium_org/base/test/
test_pending_task.cc 9 TestPendingTask::TestPendingTask() : nestability(NESTABLE) {}
11 TestPendingTask::TestPendingTask(
23 TimeTicks TestPendingTask::GetTimeToRun() const {
27 bool TestPendingTask::ShouldRunBefore(const TestPendingTask& other) const {
33 TestPendingTask::~TestPendingTask() {}
test_pending_task.h 14 // TestPendingTask is a helper class for test TaskRunner
17 struct TestPendingTask {
20 TestPendingTask();
21 TestPendingTask(const tracked_objects::Location& location,
26 ~TestPendingTask();
47 bool ShouldRunBefore(const TestPendingTask& other) const;

Completed in 24 milliseconds