Home
last modified time | relevance | path

Searched refs:GetFastestVsyncRate (Results 1 – 6 of 6) sorted by relevance

/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DVsyncSource.cpp280 Maybe<TimeDuration> VsyncSource::GetFastestVsyncRate() { in GetFastestVsyncRate() function in mozilla::gfx::VsyncSource
293 Maybe<TimeDuration> waylandRate = WaylandVsyncSource::GetFastestVsyncRate(); in GetFastestVsyncRate()
H A DVsyncSource.h130 static Maybe<TimeDuration> GetFastestVsyncRate();
/dports/www/firefox/firefox-99.0/widget/gtk/
H A DWaylandVsyncSource.h53 static Maybe<TimeDuration> GetFastestVsyncRate();
H A DWaylandVsyncSource.cpp57 Maybe<TimeDuration> WaylandVsyncSource::GetFastestVsyncRate() { in GetFastestVsyncRate() function in mozilla::WaylandVsyncSource
/dports/www/firefox/firefox-99.0/dom/base/
H A DChromeUtils.cpp1175 return mozilla::gfx::VsyncSource::GetFastestVsyncRate().isSome(); in VsyncEnabled()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsRefreshDriver.cpp2986 Maybe<TimeDuration> rate = mozilla::gfx::VsyncSource::GetFastestVsyncRate(); in GetIdleDeadlineHint()