Home
last modified time | relevance | path

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

/external/libchrome/base/time/
Dtime.h259 static constexpr TimeDelta FromProduct(int64_t value, int64_t positive_value);
633 return FromProduct(secs, Time::kMicrosecondsPerSecond); in FromSeconds()
638 return FromProduct(ms, Time::kMicrosecondsPerMillisecond); in FromMilliseconds()
668 constexpr TimeDelta TimeDelta::FromProduct(int64_t value, in FromProduct() function