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

  /external/chromium_org/v8/src/base/platform/
time.h 168 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
169 static const int64_t kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
  /external/chromium_org/base/time/
time.h 219 static const int64 kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
220 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
509 return TimeDelta(hours * Time::kMicrosecondsPerHour);

Completed in 141 milliseconds