Home
last modified time | relevance | path

Searched refs:mTopLayer (Results 1 – 25 of 46) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DViewportFrame.cpp129 if (frame->StyleDisplay()->mTopLayer == StyleTopLayer::None) { in BuildDisplayListForTopLayer()
162 MOZ_ASSERT(frame->StyleDisplay()->mTopLayer != StyleTopLayer::None, in BuildDisplayListForTopLayer()
H A DnsContainerFrame.cpp77 MOZ_ASSERT(StyleDisplay()->mTopLayer != StyleTopLayer::None, in SetInitialChildList()
278 StyleDisplay()->mTopLayer != StyleTopLayer::None, in DestroyFrom()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DViewportFrame.cpp188 if (frame->StyleDisplay()->mTopLayer == StyleTopLayer::None) { in BuildDisplayListForTopLayer()
222 MOZ_ASSERT(frame->StyleDisplay()->mTopLayer != StyleTopLayer::None, in BuildDisplayListForTopLayer()
H A DnsContainerFrame.cpp88 MOZ_ASSERT(StyleDisplay()->mTopLayer != StyleTopLayer::None, in SetInitialChildList()
289 StyleDisplay()->mTopLayer != StyleTopLayer::None, in DestroyFrom()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DViewportFrame.cpp188 if (frame->StyleDisplay()->mTopLayer == StyleTopLayer::None) { in BuildDisplayListForTopLayer()
222 MOZ_ASSERT(frame->StyleDisplay()->mTopLayer != StyleTopLayer::None, in BuildDisplayListForTopLayer()
H A DnsContainerFrame.cpp89 MOZ_ASSERT(StyleDisplay()->mTopLayer != StyleTopLayer::None, in SetInitialChildList()
290 StyleDisplay()->mTopLayer != StyleTopLayer::None, in DestroyFrom()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DViewportFrame.cpp188 if (frame->StyleDisplay()->mTopLayer == StyleTopLayer::None) { in BuildDisplayListForTopLayer()
222 MOZ_ASSERT(frame->StyleDisplay()->mTopLayer != StyleTopLayer::None, in BuildDisplayListForTopLayer()
H A DnsContainerFrame.cpp88 MOZ_ASSERT(StyleDisplay()->mTopLayer != StyleTopLayer::None, in SetInitialChildList()
289 StyleDisplay()->mTopLayer != StyleTopLayer::None, in DestroyFrom()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsViewportFrame.cpp134 if (frame->StyleDisplay()->mTopLayer == NS_STYLE_TOP_LAYER_NONE) { in BuildDisplayListForTopLayer()
H A DnsContainerFrame.cpp77 MOZ_ASSERT(StyleDisplay()->mTopLayer != NS_STYLE_TOP_LAYER_NONE, in SetInitialChildList()
239 StyleDisplay()->mTopLayer != NS_STYLE_TOP_LAYER_NONE, in DestroyFrom()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DViewportFrame.cpp143 if (frame->StyleDisplay()->mTopLayer == NS_STYLE_TOP_LAYER_NONE) { in BuildDisplayListForTopLayer()
H A DnsContainerFrame.cpp73 MOZ_ASSERT(StyleDisplay()->mTopLayer != NS_STYLE_TOP_LAYER_NONE, in SetInitialChildList()
275 StyleDisplay()->mTopLayer != NS_STYLE_TOP_LAYER_NONE, in DestroyFrom()
/dports/www/firefox-esr/firefox-91.8.0/layout/style/
H A DnsStyleStruct.cpp2208 mTopLayer(StyleTopLayer::None),
2278 mTopLayer(aSource.mTopLayer), in nsStyleDisplay()
2387 mTopLayer != aNewData.mTopLayer || mResize != aNewData.mResize) { in CalcDifference()
/dports/www/firefox/firefox-99.0/layout/style/
H A DnsStyleStruct.cpp2206 mTopLayer(StyleTopLayer::None),
2278 mTopLayer(aSource.mTopLayer), in nsStyleDisplay()
2387 mTopLayer != aNewData.mTopLayer || mResize != aNewData.mResize) { in CalcDifference()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DnsStyleStruct.cpp3148 , mTopLayer(NS_STYLE_TOP_LAYER_NONE) in nsStyleDisplay()
3210 , mTopLayer(aSource.mTopLayer) in nsStyleDisplay()
3269 || mTopLayer != aNewData.mTopLayer in CalcDifference()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/style/
H A DnsStyleStruct.cpp2208 mTopLayer(StyleTopLayer::None),
2278 mTopLayer(aSource.mTopLayer), in nsStyleDisplay()
2387 mTopLayer != aNewData.mTopLayer || mResize != aNewData.mResize) { in CalcDifference()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/style/
H A DnsStyleStruct.cpp2245 mTopLayer(StyleTopLayer::None),
2314 mTopLayer(aSource.mTopLayer), in nsStyleDisplay()
2423 mTopLayer != aNewData.mTopLayer || mResize != aNewData.mResize) { in CalcDifference()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocument.cpp13840 for (const nsWeakPtr& ptr : mTopLayer) { in CountFullscreenElements()
13856 for (const nsWeakPtr& weakPtr : Reversed(mTopLayer)) { in TryCancelDialog()
14285 for (const nsWeakPtr& weakPtr : Reversed(mTopLayer)) { in SetBlockedByModalDialog()
14303 for (const nsWeakPtr& weakPtr : Reversed(mTopLayer)) { in UnsetBlockedByModalDialog()
14323 if (mTopLayer.IsEmpty()) { in TopLayerPop()
14335 mTopLayer.RemoveElementAt(i); in TopLayerPop()
14346 while (!mTopLayer.IsEmpty()) { in TopLayerPop()
14349 mTopLayer.RemoveLastElement(); in TopLayerPop()
14360 if (mTopLayer.IsEmpty()) { in GetTopLayerTop()
14363 uint32_t last = mTopLayer.Length() - 1; in GetTopLayerTop()
[all …]
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocument.cpp14042 for (const nsWeakPtr& ptr : mTopLayer) { in CountFullscreenElements()
14058 for (const nsWeakPtr& weakPtr : Reversed(mTopLayer)) { in TryCancelDialog()
14487 for (const nsWeakPtr& weakPtr : Reversed(mTopLayer)) { in SetBlockedByModalDialog()
14505 for (const nsWeakPtr& weakPtr : Reversed(mTopLayer)) { in UnsetBlockedByModalDialog()
14525 if (mTopLayer.IsEmpty()) { in TopLayerPop()
14537 mTopLayer.RemoveElementAt(i); in TopLayerPop()
14548 while (!mTopLayer.IsEmpty()) { in TopLayerPop()
14551 mTopLayer.RemoveLastElement(); in TopLayerPop()
14655 if (mTopLayer.IsEmpty()) { in GetTopLayerTop()
14658 uint32_t last = mTopLayer.Length() - 1; in GetTopLayerTop()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocument.cpp13840 for (const nsWeakPtr& ptr : mTopLayer) { in CountFullscreenElements()
13856 for (const nsWeakPtr& weakPtr : Reversed(mTopLayer)) { in TryCancelDialog()
14285 for (const nsWeakPtr& weakPtr : Reversed(mTopLayer)) { in SetBlockedByModalDialog()
14303 for (const nsWeakPtr& weakPtr : Reversed(mTopLayer)) { in UnsetBlockedByModalDialog()
14323 if (mTopLayer.IsEmpty()) { in TopLayerPop()
14335 mTopLayer.RemoveElementAt(i); in TopLayerPop()
14346 while (!mTopLayer.IsEmpty()) { in TopLayerPop()
14349 mTopLayer.RemoveLastElement(); in TopLayerPop()
14360 if (mTopLayer.IsEmpty()) { in GetTopLayerTop()
14363 uint32_t last = mTopLayer.Length() - 1; in GetTopLayerTop()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/style/
H A DnsStyleStruct.cpp3176 mTopLayer(NS_STYLE_TOP_LAYER_NONE), in nsStyleDisplay()
3242 mTopLayer(aSource.mTopLayer), in nsStyleDisplay()
3376 mTopLayer != aNewData.mTopLayer || mResize != aNewData.mResize) { in CalcDifference()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocument.cpp12999 for (const nsWeakPtr& ptr : mTopLayer) { in CountFullscreenElements()
13015 for (const nsWeakPtr& weakPtr : Reversed(mTopLayer)) { in TryCancelDialog()
13413 mTopLayer.AppendElement(do_GetWeakReference(aElement)); in TopLayerPush()
13419 if (mTopLayer.IsEmpty()) { in TopLayerPop()
13431 mTopLayer.RemoveElementAt(i); in TopLayerPop()
13439 while (!mTopLayer.IsEmpty()) { in TopLayerPop()
13443 mTopLayer.RemoveLastElement(); in TopLayerPop()
13454 if (mTopLayer.IsEmpty()) { in GetTopLayerTop()
13457 uint32_t last = mTopLayer.Length() - 1; in GetTopLayerTop()
13468 for (const nsWeakPtr& weakPtr : Reversed(mTopLayer)) { in GetUnretargetedFullScreenElement()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/layout/base/
H A DServoRestyleManager.cpp531 if (display->mTopLayer != NS_STYLE_TOP_LAYER_TOP) { in UpdateBackdropIfNeeded()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsCSSFrameConstructor.cpp975 if (aStyleDisplay.mTopLayer != StyleTopLayer::None) { in GetGeometricParent()
976 MOZ_ASSERT(aStyleDisplay.mTopLayer == StyleTopLayer::Top, in GetGeometricParent()
1055 if (disp->mTopLayer != StyleTopLayer::None) { in GetOutOfFlowFrameList()
1078 MOZ_ASSERT(aFrame->StyleDisplay()->mTopLayer == StyleTopLayer::Top); in ConstructBackdropFrameFor()
1089 MOZ_ASSERT(style->StyleDisplay()->mTopLayer == StyleTopLayer::Top); in ConstructBackdropFrameFor()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsCSSFrameConstructor.cpp987 if (aStyleDisplay.mTopLayer != StyleTopLayer::None) { in GetGeometricParent()
988 MOZ_ASSERT(aStyleDisplay.mTopLayer == StyleTopLayer::Top, in GetGeometricParent()
1094 if (disp->mTopLayer != StyleTopLayer::None) { in GetOutOfFlowFrameList()
1117 MOZ_ASSERT(aFrame->StyleDisplay()->mTopLayer == StyleTopLayer::Top); in ConstructBackdropFrameFor()
1128 MOZ_ASSERT(style->StyleDisplay()->mTopLayer == StyleTopLayer::Top); in ConstructBackdropFrameFor()

12