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

  /external/chromium/base/
time.h 190 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
191 static const int64 kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
419 return TimeDelta(days * Time::kMicrosecondsPerDay);
  /external/chromium_org/base/time/
time.h 208 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
209 static const int64 kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
493 return TimeDelta(days * Time::kMicrosecondsPerDay);

Completed in 410 milliseconds