Home
last modified time | relevance | path

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

/external/libchrome/base/time/
Dtime.h305 static constexpr TimeDelta FromProduct(int64_t value, int64_t positive_value);
735 return FromProduct(secs, Time::kMicrosecondsPerSecond); in FromSeconds()
740 return FromProduct(ms, Time::kMicrosecondsPerMillisecond); in FromMilliseconds()
795 constexpr TimeDelta TimeDelta::FromProduct(int64_t value, in FromProduct() function