/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/ |
H A D | nsAbsoluteContainingBlock.h | 73 enum class AbsPosReflowFlags { enum 102 AbsPosReflowFlags aFlags, 150 AbsPosReflowFlags aFlags, 172 MOZ_MAKE_ENUM_CLASS_BITWISE_OPERATORS(nsAbsoluteContainingBlock::AbsPosReflowFlags)
|
H A D | nsAbsoluteContainingBlock.cpp | 119 AbsPosReflowFlags aFlags, 125 const bool isGrid = !!(aFlags & AbsPosReflowFlags::eIsGridContainerCB); 131 !!(aFlags & AbsPosReflowFlags::eCBWidthChanged), 132 !!(aFlags & AbsPosReflowFlags::eCBHeightChanged)); 598 AbsPosReflowFlags aFlags, 635 if (aFlags & AbsPosReflowFlags::eIsGridContainerCB) { 671 && (aFlags & AbsPosReflowFlags::eConstrainHeight)
|
H A D | nsViewportFrame.cpp | 21 typedef nsAbsoluteContainingBlock::AbsPosReflowFlags AbsPosReflowFlags; typedef 359 AbsPosReflowFlags flags = in Reflow() 360 AbsPosReflowFlags::eCBWidthAndHeightChanged; // XXX could be optimized in Reflow()
|
H A D | nsBlockFrame.cpp | 72 typedef nsAbsoluteContainingBlock::AbsPosReflowFlags AbsPosReflowFlags; typedef 1427 AbsPosReflowFlags flags = AbsPosReflowFlags::eConstrainHeight; in Reflow() 1429 flags |= AbsPosReflowFlags::eCBWidthChanged; in Reflow() 1432 flags |= AbsPosReflowFlags::eCBHeightChanged; in Reflow()
|
H A D | nsGridContainerFrame.cpp | 40 typedef nsAbsoluteContainingBlock::AbsPosReflowFlags AbsPosReflowFlags; typedef 5896 AbsPosReflowFlags flags = in ReflowChildren() 5897 AbsPosReflowFlags::eCBWidthAndHeightChanged; // XXX could be optimized in ReflowChildren() 5898 flags |= AbsPosReflowFlags::eConstrainHeight; in ReflowChildren() 5899 flags |= AbsPosReflowFlags::eIsGridContainerCB; in ReflowChildren()
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/ |
H A D | nsAbsoluteContainingBlock.h | 67 enum class AbsPosReflowFlags { enum 93 const nsRect& aContainingBlock, AbsPosReflowFlags aFlags, 142 AbsPosReflowFlags aFlags, nsIFrame* aKidFrame, 164 nsAbsoluteContainingBlock::AbsPosReflowFlags)
|
H A D | nsAbsoluteContainingBlock.cpp | 109 AbsPosReflowFlags aFlags, in Reflow() 114 const bool isGrid = !!(aFlags & AbsPosReflowFlags::eIsGridContainerCB); in Reflow() 122 kidFrame, !!(aFlags & AbsPosReflowFlags::eCBWidthChanged), in Reflow() 123 !!(aFlags & AbsPosReflowFlags::eCBHeightChanged)); in Reflow() 615 AbsPosReflowFlags aFlags, nsIFrame* aKidFrame, nsReflowStatus& aStatus, in ReflowAbsoluteFrame() 650 if (aFlags & AbsPosReflowFlags::eIsGridContainerCB) { in ReflowAbsoluteFrame() 685 (aFlags & AbsPosReflowFlags::eConstrainHeight) in ReflowAbsoluteFrame()
|
H A D | ViewportFrame.cpp | 26 typedef nsAbsoluteContainingBlock::AbsPosReflowFlags AbsPosReflowFlags; typedef 357 AbsPosReflowFlags flags = in Reflow() 358 AbsPosReflowFlags::eCBWidthAndHeightChanged; // XXX could be optimized in Reflow()
|
H A D | nsBlockFrame.cpp | 76 typedef nsAbsoluteContainingBlock::AbsPosReflowFlags AbsPosReflowFlags; typedef 1345 AbsPosReflowFlags flags = AbsPosReflowFlags::eConstrainHeight; in Reflow() 1347 flags |= AbsPosReflowFlags::eCBWidthChanged; in Reflow() 1350 flags |= AbsPosReflowFlags::eCBHeightChanged; in Reflow()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/ |
H A D | nsAbsoluteContainingBlock.h | 67 enum class AbsPosReflowFlags { enum 93 const nsRect& aContainingBlock, AbsPosReflowFlags aFlags, 142 AbsPosReflowFlags aFlags, nsIFrame* aKidFrame, 164 nsAbsoluteContainingBlock::AbsPosReflowFlags)
|
H A D | nsAbsoluteContainingBlock.cpp | 157 AbsPosReflowFlags aFlags, in Reflow() 162 const bool isGrid = !!(aFlags & AbsPosReflowFlags::IsGridContainerCB); in Reflow() 170 kidFrame, !!(aFlags & AbsPosReflowFlags::CBWidthChanged), in Reflow() 171 !!(aFlags & AbsPosReflowFlags::CBHeightChanged)); in Reflow() 660 AbsPosReflowFlags aFlags, nsIFrame* aKidFrame, nsReflowStatus& aStatus, in ReflowAbsoluteFrame() 695 if (aFlags & AbsPosReflowFlags::IsGridContainerCB) { in ReflowAbsoluteFrame() 732 (aFlags & AbsPosReflowFlags::ConstrainHeight) && in ReflowAbsoluteFrame()
|
H A D | ViewportFrame.cpp | 27 typedef nsAbsoluteContainingBlock::AbsPosReflowFlags AbsPosReflowFlags; typedef 337 AbsPosReflowFlags flags = in Reflow() 338 AbsPosReflowFlags::CBWidthAndHeightChanged; // XXX could be optimized in Reflow()
|
H A D | nsBlockFrame.cpp | 75 typedef nsAbsoluteContainingBlock::AbsPosReflowFlags AbsPosReflowFlags; typedef 1603 AbsPosReflowFlags flags = AbsPosReflowFlags::ConstrainHeight; in Reflow() 1605 flags |= AbsPosReflowFlags::CBWidthChanged; in Reflow() 1608 flags |= AbsPosReflowFlags::CBHeightChanged; in Reflow()
|
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/ |
H A D | nsAbsoluteContainingBlock.h | 67 enum class AbsPosReflowFlags { enum 93 const nsRect& aContainingBlock, AbsPosReflowFlags aFlags, 156 AbsPosReflowFlags aFlags, nsIFrame* aKidFrame, 178 nsAbsoluteContainingBlock::AbsPosReflowFlags)
|
H A D | nsAbsoluteContainingBlock.cpp | 157 AbsPosReflowFlags aFlags, in Reflow() 169 const bool isGrid = !!(aFlags & AbsPosReflowFlags::IsGridContainerCB); in Reflow() 177 kidFrame, !!(aFlags & AbsPosReflowFlags::CBWidthChanged), in Reflow() 178 !!(aFlags & AbsPosReflowFlags::CBHeightChanged)); in Reflow() 719 AbsPosReflowFlags aFlags, nsIFrame* aKidFrame, nsReflowStatus& aStatus, in ReflowAbsoluteFrame() 754 if (aFlags & AbsPosReflowFlags::IsGridContainerCB) { in ReflowAbsoluteFrame() 771 (aFlags & AbsPosReflowFlags::ConstrainHeight) && in ReflowAbsoluteFrame()
|
H A D | ViewportFrame.cpp | 29 typedef nsAbsoluteContainingBlock::AbsPosReflowFlags AbsPosReflowFlags; typedef 415 AbsPosReflowFlags flags = in Reflow() 416 AbsPosReflowFlags::CBWidthAndHeightChanged; // XXX could be optimized in Reflow()
|
H A D | nsBlockFrame.cpp | 76 using AbsPosReflowFlags = nsAbsoluteContainingBlock::AbsPosReflowFlags; typedef 1619 AbsPosReflowFlags flags = AbsPosReflowFlags::ConstrainHeight; in Reflow() 1621 flags |= AbsPosReflowFlags::CBWidthChanged; in Reflow() 1624 flags |= AbsPosReflowFlags::CBHeightChanged; in Reflow()
|
/dports/www/firefox/firefox-99.0/layout/generic/ |
H A D | nsAbsoluteContainingBlock.h | 67 enum class AbsPosReflowFlags { enum 93 const nsRect& aContainingBlock, AbsPosReflowFlags aFlags, 156 AbsPosReflowFlags aFlags, nsIFrame* aKidFrame, 178 nsAbsoluteContainingBlock::AbsPosReflowFlags)
|
H A D | nsAbsoluteContainingBlock.cpp | 158 AbsPosReflowFlags aFlags, in Reflow() 170 const bool isGrid = !!(aFlags & AbsPosReflowFlags::IsGridContainerCB); in Reflow() 178 kidFrame, !!(aFlags & AbsPosReflowFlags::CBWidthChanged), in Reflow() 179 !!(aFlags & AbsPosReflowFlags::CBHeightChanged)); in Reflow() 720 AbsPosReflowFlags aFlags, nsIFrame* aKidFrame, nsReflowStatus& aStatus, in ReflowAbsoluteFrame() 755 if (aFlags & AbsPosReflowFlags::IsGridContainerCB) { in ReflowAbsoluteFrame() 772 (aFlags & AbsPosReflowFlags::ConstrainHeight) && in ReflowAbsoluteFrame()
|
H A D | ViewportFrame.cpp | 29 typedef nsAbsoluteContainingBlock::AbsPosReflowFlags AbsPosReflowFlags; typedef 415 AbsPosReflowFlags flags = in Reflow() 416 AbsPosReflowFlags::CBWidthAndHeightChanged; // XXX could be optimized in Reflow()
|
H A D | nsBlockFrame.cpp | 77 using AbsPosReflowFlags = nsAbsoluteContainingBlock::AbsPosReflowFlags; typedef 1633 AbsPosReflowFlags flags = AbsPosReflowFlags::ConstrainHeight; in Reflow() 1635 flags |= AbsPosReflowFlags::CBWidthChanged; in Reflow() 1638 flags |= AbsPosReflowFlags::CBHeightChanged; in Reflow()
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/ |
H A D | nsAbsoluteContainingBlock.h | 67 enum class AbsPosReflowFlags { enum 93 const nsRect& aContainingBlock, AbsPosReflowFlags aFlags, 156 AbsPosReflowFlags aFlags, nsIFrame* aKidFrame, 178 nsAbsoluteContainingBlock::AbsPosReflowFlags)
|
H A D | nsAbsoluteContainingBlock.cpp | 157 AbsPosReflowFlags aFlags, in Reflow() 169 const bool isGrid = !!(aFlags & AbsPosReflowFlags::IsGridContainerCB); in Reflow() 177 kidFrame, !!(aFlags & AbsPosReflowFlags::CBWidthChanged), in Reflow() 178 !!(aFlags & AbsPosReflowFlags::CBHeightChanged)); in Reflow() 719 AbsPosReflowFlags aFlags, nsIFrame* aKidFrame, nsReflowStatus& aStatus, in ReflowAbsoluteFrame() 754 if (aFlags & AbsPosReflowFlags::IsGridContainerCB) { in ReflowAbsoluteFrame() 771 (aFlags & AbsPosReflowFlags::ConstrainHeight) && in ReflowAbsoluteFrame()
|
H A D | ViewportFrame.cpp | 29 typedef nsAbsoluteContainingBlock::AbsPosReflowFlags AbsPosReflowFlags; typedef 415 AbsPosReflowFlags flags = in Reflow() 416 AbsPosReflowFlags::CBWidthAndHeightChanged; // XXX could be optimized in Reflow()
|
H A D | nsBlockFrame.cpp | 76 using AbsPosReflowFlags = nsAbsoluteContainingBlock::AbsPosReflowFlags; typedef 1619 AbsPosReflowFlags flags = AbsPosReflowFlags::ConstrainHeight; in Reflow() 1621 flags |= AbsPosReflowFlags::CBWidthChanged; in Reflow() 1624 flags |= AbsPosReflowFlags::CBHeightChanged; in Reflow()
|