Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dtest_pending_task.cc29 TimeTicks TestPendingTask::GetTimeToRun() const { in GetTimeToRun() function in base::TestPendingTask
36 return GetTimeToRun() < other.GetTimeToRun(); in ShouldRunBefore()
44 state->SetInteger("run_at", GetTimeToRun().ToInternalValue());
Dtest_mock_time_task_runner.cc196 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()
Dtest_simple_task_runner.cc63 return pending_tasks_.front().GetTimeToRun() - base::TimeTicks(); in NextPendingTaskDelay()
68 return pending_tasks_.back().GetTimeToRun() - base::TimeTicks(); in FinalPendingTaskDelay()
Dscoped_mock_time_message_loop_task_runner.cc33 pending_task.GetTimeToRun() - task_runner_->NowTicks()); in ~ScopedMockTimeMessageLoopTaskRunner()
Dtest_pending_task.h36 TimeTicks GetTimeToRun() const;
/external/libchrome/libchrome_tools/patch/
Dtrace_event.patch119 state->SetInteger("run_at", GetTimeToRun().ToInternalValue());