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

  /external/chromium_org/v8/src/base/platform/
time.h 169 static const int64_t kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
170 static const int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
  /external/chromium_org/base/time/
time.h 220 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
221 static const int64 kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
501 return TimeDelta(days * Time::kMicrosecondsPerDay);

Completed in 655 milliseconds