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

  /external/v8/src/base/platform/
time.h 189 static const int64_t kMicrosecondsPerDay =
191 static const int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
  /external/libchrome/base/time/
time.h 314 static const int64_t kMicrosecondsPerDay =
316 static const int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
627 : TimeDelta(days * Time::kMicrosecondsPerDay);

Completed in 76 milliseconds