Searched refs:kMicrosecondsPerDay (Results 1 – 16 of 16) sorted by relevance
43 const int64 kMicrosecondsPerMonth = base::Time::kMicrosecondsPerDay * 30;44 const int64 kMicrosecondsPerYear = base::Time::kMicrosecondsPerDay * 365;
284 } else if (delta.ToInternalValue() < Time::kMicrosecondsPerDay) { in FormatTimeImpl()292 Time::kMicrosecondsPerDay); in FormatTimeImpl()333 TimeDelta::FromMicroseconds(Time::kMicrosecondsPerDay)) in RelativeDate()
310 } else if (delta.ToInternalValue() < Time::kMicrosecondsPerDay) { in FormatTimeImpl()318 Time::kMicrosecondsPerDay); in FormatTimeImpl()368 TimeDelta day = TimeDelta::FromMicroseconds(Time::kMicrosecondsPerDay); in RelativeDate()
190 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24; variable191 static const int64 kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;419 return TimeDelta(days * Time::kMicrosecondsPerDay); in FromDays()
16 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay); in InDays()
28 { UNIT_DAYS, MEASUREMENT_TYPE_TIME, base::Time::kMicrosecondsPerDay },
208 static const int64 kMicrosecondsPerDay = kMicrosecondsPerHour * 24; variable209 static const int64 kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;497 return TimeDelta(days * Time::kMicrosecondsPerDay); in FromDays()
21 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay); in InDays()
192 static const int64_t kMicrosecondsPerDay = kMicrosecondsPerHour * 24; variable193 static const int64_t kMicrosecondsPerWeek = kMicrosecondsPerDay * 7;
50 return TimeDelta(days * Time::kMicrosecondsPerDay); in FromDays()80 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay); in InDays()
23 static_cast<int64>(variant_time * base::Time::kMicrosecondsPerDay)); in TimeFromMicrosoftVariantTime()
72 double day_fraction = micros / Time::kMicrosecondsPerDay; in ConvertTimeToExtensionVersion()
74 double day_fraction = micros / Time::kMicrosecondsPerDay; in ConvertTimeToExtensionVersion()
57 const int64 kMillisecondsPerDay = Time::kMicrosecondsPerDay / 1000;
51 const int64 kMillisecondsPerDay = Time::kMicrosecondsPerDay / 1000;
103 base::Time::kMicrosecondsPerDay; in GetVariantTimestamp()