Searched refs:kMicrosecondsPerHour (Results 1 – 2 of 2) sorted by relevance
182 static const int64 kMicrosecondsPerHour = kMicrosecondsPerMinute * 60; variable183 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24;382 return TimeDelta(hours * Time::kMicrosecondsPerHour); in FromHours()
21 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour); in InHours()