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

  /external/v8/src/base/platform/
time.h 187 static const int64_t kMicrosecondsPerMinute = kMicrosecondsPerSecond * 60;
188 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
  /external/libchrome/base/time/
time.h 312 static const int64_t kMicrosecondsPerMinute = kMicrosecondsPerSecond * 60;
313 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
641 : TimeDelta(minutes * Time::kMicrosecondsPerMinute);

Completed in 5941 milliseconds