Searched refs:newDate (Results 1 – 3 of 3) sorted by relevance
101 void StartContinuousSweepingAnimation(float currentDate, float newDate, float speed);
434 void ProgressModifier::StartContinuousSweepingAnimation(float currentDate, float newDate, float spe… in StartContinuousSweepingAnimation() argument448 int32_t time = (newDate - currentDate) / speed; in StartContinuousSweepingAnimation()455 [&]() { sweepingDate_->Set(newDate); }, in StartContinuousSweepingAnimation()
278 auto newDate = GetKeyFileDate(encryptedDatabaseName); variable279 ASSERT_TRUE(std::chrono::system_clock::now() - newDate < std::chrono::seconds(2));