Home
last modified time | relevance | path

Searched refs:GetDiagnosticTypes (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DCompositor.h411 DiagnosticTypes GetDiagnosticTypes() const { return mDiagnosticTypes; } in GetDiagnosticTypes() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DCompositor.h454 DiagnosticTypes GetDiagnosticTypes() const in GetDiagnosticTypes() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DCompositor.h521 DiagnosticTypes GetDiagnosticTypes() const { return mDiagnosticTypes; } in GetDiagnosticTypes() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DCompositor.h521 DiagnosticTypes GetDiagnosticTypes() const { return mDiagnosticTypes; } in GetDiagnosticTypes() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DCompositor.h521 DiagnosticTypes GetDiagnosticTypes() const { return mDiagnosticTypes; } in GetDiagnosticTypes() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/composite/
H A DLayerManagerComposite.cpp1388 return !!(mCompositor->GetDiagnosticTypes() & DiagnosticTypes::FLASH_BORDERS); in AlwaysScheduleComposite()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/composite/
H A DLayerManagerComposite.cpp1589 return !!(mCompositor->GetDiagnosticTypes() & DiagnosticTypes::FLASH_BORDERS); in AlwaysScheduleComposite()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/composite/
H A DLayerManagerComposite.cpp1599 return !!(mCompositor->GetDiagnosticTypes() & DiagnosticTypes::FLASH_BORDERS); in AlwaysScheduleComposite()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/composite/
H A DLayerManagerComposite.cpp1599 return !!(mCompositor->GetDiagnosticTypes() & DiagnosticTypes::FLASH_BORDERS); in AlwaysScheduleComposite()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/ipc/
H A DCompositorBridgeParent.cpp1305 || mLayerManager->GetCompositor()->GetDiagnosticTypes() & DiagnosticTypes::FLASH_BORDERS) { in CompositeToTarget()