Home
last modified time | relevance | path

Searched refs:now_function_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dtracked_objects.cc287 NowFunction* ThreadData::now_function_ = NULL; member in tracked_objects::ThreadData
523 now_function_ && in TallyADeath()
768 now_function_ = now_function; in SetAlternateTimeSource()
778 if (kAllowAlternateTimeSourceHandling && now_function_) in Now()
779 return TrackedTime::FromMilliseconds((*now_function_)()); in Now()
Dtracked_objects.h638 static NowFunction* now_function_; variable