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

  /external/v8/src/base/platform/
time.h 188 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
190 kMicrosecondsPerHour * kHoursPerDay;
  /external/libchrome/base/time/
time.h 313 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
315 kMicrosecondsPerHour * kHoursPerDay;
634 : TimeDelta(hours * Time::kMicrosecondsPerHour);

Completed in 328 milliseconds