Home
last modified time | relevance | path

Searched refs:FromSecondsF (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/engine/flutter/shell/common/
Dvsync_waiter_fallback.cc35 fml::TimeDelta::FromSecondsF(1.0 / 30.0); in AwaitVSync()
38 fml::TimeDelta::FromSecondsF(1.0 / 60.0); in AwaitVSync()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dvsync_recorder.cc18 fml::TimeDelta::FromSecondsF(1.0 / 60.0);
/third_party/flutter/engine/flutter/fml/time/
Dtime_delta.h41 static constexpr TimeDelta FromSecondsF(double seconds) { in FromSecondsF() function
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
Dvsync_waiter_ios.mm118 fml::TimePoint frame_target_time = frame_start_time + fml::TimeDelta::FromSecondsF(link.duration);