Searched refs:current_time_ (Results 1 – 3 of 3) sorted by relevance
24 current_time_ = test_clock_->Now(); in PostDelayedTask()29 fire_order_.push(std::make_pair(current_time_ + delay, current_id)); in PostDelayedTask()31 << " to run at " << current_time_ + delay in PostDelayedTask()60 current_time_ = test_clock_->Now(); in RunOnce()93 (may_block || fire_order_.top().first <= current_time_)) { in RunOnce()103 if (current_time_ < task_ref.first) { in RunOnce()104 current_time_ = task_ref.first; in RunOnce()106 test_clock_->SetNow(current_time_); in RunOnce()114 << " at time " << current_time_ << " from this location."; in RunOnce()
90 base::Time current_time_ = base::Time::FromDoubleT(1246996800.); variable
23 FakeTaskRunner() : current_time_(0) {} in FakeTaskRunner()30 return current_time_++; in CurrentTime()33 int64_t current_time_; variable