Home
last modified time | relevance | path

Searched refs:GetTimeToRun (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/test/
Dtest_pending_task.cc27 TimeTicks TestPendingTask::GetTimeToRun() const { in GetTimeToRun() function in base::TestPendingTask
34 return GetTimeToRun() < other.GetTimeToRun(); in ShouldRunBefore()
40 state->SetInteger("run_at", GetTimeToRun().ToInternalValue()); in AsValueInto()
Dtest_pending_task.h33 TimeTicks GetTimeToRun() const;
Dtest_simple_task_runner.cc57 return pending_tasks_.front().GetTimeToRun() - base::TimeTicks(); in NextPendingTaskDelay()