Searched defs:kMicrosecondsPerHour (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/base/platform/
H A Dtime.h168 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60; member in class:v8::base::FINAL
169 static const int64_t kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
/external/chromium_org/base/time/
H A Dtime.h219 static const int64 kMicrosecondsPerHour = kMicrosecondsPerMinute * 60; member in class:base::Time
220 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
509 return TimeDelta(hours * Time::kMicrosecondsPerHour);

Completed in 286 milliseconds