Home
last modified time | relevance | path

Searched refs:time_source_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/task/sequence_manager/
Dthread_controller_with_message_pump_impl.cc20 time_source_(time_source) { in ThreadControllerWithMessagePumpImpl()
75 DCHECK_LT(time_source_->NowTicks(), run_time); in SetNextDelayedDoWork()
80 return time_source_; in GetClock()
140 LazyNow lazy_now(time_source_); in DoWork()
Dthread_controller_impl.cc27 time_source_(time_source), in ThreadControllerImpl()
125 return time_source_; in GetClock()
193 LazyNow lazy_now(time_source_); in DoWork()
Dthread_controller_with_message_pump_impl.h99 TickClock* time_source_; // Not owned. variable
Dthread_controller_impl.h114 const TickClock* time_source_; variable