HomeSort by relevance Sort by last modified time
    Searched refs:GetTimeToRun (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/test/
test_pending_task.cc 23 TimeTicks TestPendingTask::GetTimeToRun() const {
30 return GetTimeToRun() < other.GetTimeToRun();
test_pending_task.h 29 TimeTicks GetTimeToRun() const;
test_simple_task_runner.cc 57 return pending_tasks_.front().GetTimeToRun() - base::TimeTicks();
  /external/chromium_org/net/quic/test_tools/
test_task_runner.cc 46 (next->GetTimeToRun() - clock_->NowInTicks()).InMicroseconds()));

Completed in 2750 milliseconds