Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp1111 mWaitForPluginsUntil = TimeStamp(); in NotifyShadowTreeTransaction()
1195 if (!mWaitForPluginsUntil.IsNull() && in CompositeToTarget()
1196 mWaitForPluginsUntil > start) { in CompositeToTarget()
1259 mWaitForPluginsUntil = mCompositorScheduler->GetLastComposeTime() + (mVsyncRate * 2); in CompositeToTarget()
1319 mWaitForPluginsUntil = TimeStamp(); in RecvRemotePluginsReady()
2415 mWaitForPluginsUntil = TimeStamp::Now() + mVsyncRate; in HideAllPluginWindows()
2428 mWaitForPluginsUntil = TimeStamp(); in RecvAllPluginsCaptured()
H A DCompositorBridgeParent.h671 TimeStamp mWaitForPluginsUntil; variable
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp776 mWaitForPluginsUntil = TimeStamp(); in NotifyShadowTreeTransaction()
850 if (!mWaitForPluginsUntil.IsNull() && mWaitForPluginsUntil > start) { in CompositeToTarget()
914 mWaitForPluginsUntil = in CompositeToTarget()
978 mWaitForPluginsUntil = TimeStamp(); in RecvRemotePluginsReady()
2221 mWaitForPluginsUntil = TimeStamp::Now() + mVsyncRate; in HideAllPluginWindows()
2232 mWaitForPluginsUntil = TimeStamp(); in RecvAllPluginsCaptured()
H A DCompositorBridgeParent.h691 TimeStamp mWaitForPluginsUntil; variable
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp863 mWaitForPluginsUntil = TimeStamp(); in NotifyShadowTreeTransaction()
944 if (!mWaitForPluginsUntil.IsNull() && mWaitForPluginsUntil > start) { in CompositeToTarget()
1010 mWaitForPluginsUntil = in CompositeToTarget()
1072 mWaitForPluginsUntil = TimeStamp(); in RecvRemotePluginsReady()
2681 mWaitForPluginsUntil = TimeStamp::Now() + mVsyncRate; in HideAllPluginWindows()
2692 mWaitForPluginsUntil = TimeStamp(); in RecvAllPluginsCaptured()
H A DCompositorBridgeParent.h871 TimeStamp mWaitForPluginsUntil; in MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS() local