HomeSort by relevance Sort by last modified time
    Searched refs:kMicrosecondsPerHour (Results 1 - 2 of 2) sorted by null

  /external/v8/src/base/platform/
time.h 168 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
169 static const int64_t kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
time.cc 35 return TimeDelta(hours * Time::kMicrosecondsPerHour);
65 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour);

Completed in 399 milliseconds