Searched refs:GetTimeToRun (Results 1 – 3 of 3) sorted by relevance
25 TimeTicks TestPendingTask::GetTimeToRun() const { in GetTimeToRun() function in base::TestPendingTask32 return GetTimeToRun() < other.GetTimeToRun(); in ShouldRunBefore()38 state->SetInteger("run_at", GetTimeToRun().ToInternalValue()); in AsValueInto()
32 TimeTicks GetTimeToRun() const;
57 return pending_tasks_.front().GetTimeToRun() - base::TimeTicks(); in NextPendingTaskDelay()