Searched refs:FromDouble (Results 1 – 1 of 1) sorted by relevance
95 return FromDouble(seconds * TimeConstants::kMicrosecondsPerSecond); in FromSecondsD()98 return FromDouble(milliseconds * in FromMillisecondsD()214 static inline TimeDelta FromDouble(double value);227 TimeDelta TimeDelta::FromDouble(double value) { in FromDouble() function