Searched refs:GetTimeToRun (Results 1 – 6 of 6) sorted by relevance
29 TimeTicks TestPendingTask::GetTimeToRun() const { in GetTimeToRun() function in base::TestPendingTask36 return GetTimeToRun() < other.GetTimeToRun(); in ShouldRunBefore()44 state->SetInteger("run_at", GetTimeToRun().ToInternalValue());
196 if (first_task.GetTimeToRun() == second_task.GetTimeToRun()) in operator ()()198 return first_task.GetTimeToRun() > second_task.GetTimeToRun(); in operator ()()344 : tasks_.top().GetTimeToRun() - now_ticks_; in NextPendingTaskDelay()408 ForwardClocksUntilTickTime(task_info.GetTimeToRun()); in ProcessAllTasksNoLaterThan()433 (tasks_.top().GetTimeToRun() - reference) <= max_delta) { in DequeueNextTask()472 auto_fast_forward_by = tasks_.top().GetTimeToRun() - now_ticks_; in Run()
63 return pending_tasks_.front().GetTimeToRun() - base::TimeTicks(); in NextPendingTaskDelay()68 return pending_tasks_.back().GetTimeToRun() - base::TimeTicks(); in FinalPendingTaskDelay()
33 pending_task.GetTimeToRun() - task_runner_->NowTicks()); in ~ScopedMockTimeMessageLoopTaskRunner()
36 TimeTicks GetTimeToRun() const;
119 state->SetInteger("run_at", GetTimeToRun().ToInternalValue());