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

  /external/chromium/base/
time.h 189 static const int64 kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
190 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
424 return TimeDelta(hours * Time::kMicrosecondsPerHour);
  /external/chromium_org/base/time/
time.h 207 static const int64 kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
208 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24;
498 return TimeDelta(hours * Time::kMicrosecondsPerHour);

Completed in 320 milliseconds