Home
last modified time | relevance | path

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

/external/chromium/base/
Dtime.h182 static const int64 kMicrosecondsPerHour = kMicrosecondsPerMinute * 60; variable
183 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
382 return TimeDelta(hours * Time::kMicrosecondsPerHour); in FromHours()
Dtime.cc21 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour); in InHours()