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

  /external/v8/src/base/platform/
time.h 187 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
189 kMicrosecondsPerHour * kHoursPerDay;
  /external/libchrome/base/time/
time.h 290 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
292 kMicrosecondsPerHour * kHoursPerDay;
591 return TimeDelta(hours * Time::kMicrosecondsPerHour);
  /external/libweave/third_party/chromium/base/time/
time.h 290 static const int64_t kMicrosecondsPerHour = kMicrosecondsPerMinute * 60;
292 kMicrosecondsPerHour * kHoursPerDay;
565 return TimeDelta(hours * Time::kMicrosecondsPerHour);

Completed in 1202 milliseconds