Home
last modified time | relevance | path

Searched refs:kMicrosecondsPerDay (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/base/platform/
Dtime.h189 static const int64_t kMicrosecondsPerDay = variable
191 static const int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
Dtime.cc118 return TimeDelta(days * Time::kMicrosecondsPerDay); in FromDays()
148 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay); in InDays()
/external/libchrome/base/time/
Dtime.h314 static const int64_t kMicrosecondsPerDay = variable
316 static const int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
627 : TimeDelta(days * Time::kMicrosecondsPerDay); in FromDays()
Dtime.cc29 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay); in InDays()