Home
last modified time | relevance | path

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

/external/libchrome/base/time/
Dtime.h303 static constexpr TimeDelta FromProduct(int64_t value, int64_t positive_value);
733 return FromProduct(secs, Time::kMicrosecondsPerSecond); in FromSeconds()
738 return FromProduct(ms, Time::kMicrosecondsPerMillisecond); in FromMilliseconds()
793 constexpr TimeDelta TimeDelta::FromProduct(int64_t value, in FromProduct() function
/external/libchrome/libchrome_tools/patches/
DFix-TimeDelta.patch63 constexpr TimeDelta TimeDelta::FromProduct(int64_t value,