Home
last modified time | relevance | path

Searched refs:hasRemoteContent (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/composite/
H A DAsyncCompositionManager.cpp93 bool hasRemoteContent = false; in ResolveRefLayers() local
101 hasRemoteContent = true; in ResolveRefLayers()
129 *aHasRemoteContent = hasRemoteContent; in ResolveRefLayers()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/composite/
H A DAsyncCompositionManager.cpp93 bool hasRemoteContent = false; in ResolveRefLayers() local
101 hasRemoteContent = true; in ResolveRefLayers()
129 *aHasRemoteContent = hasRemoteContent; in ResolveRefLayers()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/composite/
H A DAsyncCompositionManager.cpp103 bool hasRemoteContent = false; in ResolveRefLayers() local
112 hasRemoteContent = true; in ResolveRefLayers()
148 *aHasRemoteContent = hasRemoteContent; in ResolveRefLayers()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/composite/
H A DAsyncCompositionManager.cpp109 bool hasRemoteContent = false; in ResolveRefLayers() local
121 hasRemoteContent = true; in ResolveRefLayers()
155 *aHasRemoteContent = hasRemoteContent; in ResolveRefLayers()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/composite/
H A DAsyncCompositionManager.cpp103 bool hasRemoteContent = false; in ResolveRefLayers() local
112 hasRemoteContent = true; in ResolveRefLayers()
147 *aHasRemoteContent = hasRemoteContent; in ResolveRefLayers()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp1216 bool hasRemoteContent = false; in CompositeToTarget() local
1219 &hasRemoteContent, in CompositeToTarget()
1225 if (!hasRemoteContent && gfxVars::BrowserTabsRemoteAutostart() && in CompositeToTarget()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp870 bool hasRemoteContent = false; in CompositeToTarget() local
872 AutoResolveRefLayers resolve(mCompositionManager, this, &hasRemoteContent, in CompositeToTarget()
878 if (!hasRemoteContent && gfxVars::BrowserTabsRemoteAutostart() && in CompositeToTarget()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp964 bool hasRemoteContent = false; in CompositeToTarget() local
966 AutoResolveRefLayers resolve(mCompositionManager, this, &hasRemoteContent, in CompositeToTarget()
972 if (!hasRemoteContent && gfxVars::BrowserTabsRemoteAutostart() && in CompositeToTarget()