Searched refs:kUpdateIntervalMs (Results 1 – 2 of 2) sorted by relevance
24 const int64_t kUpdateIntervalMs = 1000; variable107 return last_process_time_ + kUpdateIntervalMs - clock_->TimeInMilliseconds(); in TimeUntilNextProcess()113 if (now < last_process_time_ + kUpdateIntervalMs) in Process()
27 const int64_t kUpdateIntervalMs = 500; variable229 > kUpdateIntervalMs) { in UpdateWindowListIfNeeded()