Searched refs:kMaxTimeInMs (Results 1 – 2 of 2) sorted by relevance
51 static const int64_t kMaxTimeInMs = variable57 kMaxTimeInMs + 10 * kMsPerDay;
7574 if (time < -DateCache::kMaxTimeInMs || in RUNTIME_FUNCTION()7575 time > DateCache::kMaxTimeInMs) { in RUNTIME_FUNCTION()