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

/external/v8/src/base/platform/
H A Dtime.h188 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60; member in class:v8::base::time_internal::TimeBase
190 kMicrosecondsPerHour * kHoursPerDay;
H A Dtime.cc123 return TimeDelta(hours * Time::kMicrosecondsPerHour);
153 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour);
/external/libchrome/base/time/
H A Dtime.h295 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60; member in class:base::time_internal::TimeBase
297 kMicrosecondsPerHour * kHoursPerDay;
621 : TimeDelta(hours * Time::kMicrosecondsPerHour);
H A Dtime.cc42 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour);

Completed in 59 milliseconds