Searched refs:kMicrosecondsPerHour (Results 1 – 4 of 4) sorted by relevance
189 static const int64 kMicrosecondsPerHour = kMicrosecondsPerMinute * 60; variable190 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24;424 return TimeDelta(hours * Time::kMicrosecondsPerHour); in FromHours()
20 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour); in InHours()
278 } else if (delta.ToInternalValue() < Time::kMicrosecondsPerHour) { in FormatTimeImpl()286 Time::kMicrosecondsPerHour); in FormatTimeImpl()
71 (create_time_exploded.hour * Time::kMicrosecondsPerHour)); in ConvertTimeToExtensionVersion()