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

  /external/v8/src/base/platform/
time.h 189 static const int64_t kMicrosecondsPerDay =
191 static const int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
time.cc 118 return TimeDelta(days * Time::kMicrosecondsPerDay);
148 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay);
  /external/libchrome/base/time/
time.h 296 static const int64_t kMicrosecondsPerDay =
298 static const int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
614 : TimeDelta(days * Time::kMicrosecondsPerDay);
time.cc 34 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay);

Completed in 73 milliseconds