Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dtime.h218 static constexpr int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60; variable
220 kMicrosecondsPerHour * kHoursPerDay;
Dtime.cc141 return TimeDelta(hours * Time::kMicrosecondsPerHour); in FromHours()
178 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour); in InHours()
/external/libchrome/base/time/
Dtime.h341 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60; variable
343 kMicrosecondsPerHour * kHoursPerDay;
723 : TimeDelta(hours * Time::kMicrosecondsPerHour); in FromHours()
Dtime.cc66 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour); in InHours()