Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/time/
Dtime.h291 static const int64_t kMicrosecondsPerDay = variable
293 static const int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
558 return TimeDelta(days * Time::kMicrosecondsPerDay); in FromDays()
Dtime.cc31 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay); in InDays()
/external/libchrome/base/time/
Dtime.h291 static const int64_t kMicrosecondsPerDay = variable
293 static const int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
584 return TimeDelta(days * Time::kMicrosecondsPerDay); in FromDays()
Dtime.cc34 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay); in InDays()
/external/v8/src/base/platform/
Dtime.h170 static const int64_t kMicrosecondsPerDay = kMicrosecondsPerHour * 24; variable
171 static const int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
Dtime.cc32 return TimeDelta(days * Time::kMicrosecondsPerDay); in FromDays()
62 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay); in InDays()