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 218 static constexpr int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
220 kMicrosecondsPerHour * kHoursPerDay;
  /external/libchrome/base/time/
time.h 341 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
343 kMicrosecondsPerHour * kHoursPerDay;
723 : TimeDelta(hours * Time::kMicrosecondsPerHour);
    [all...]

Completed in 57 milliseconds