/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/ |
H A D | nsFlexContainerFrame.h | 194 const ReflowInput& aParentReflowInput, 206 const ReflowInput& aParentReflowInput);
|
H A D | ReflowInput.cpp | 184 const ReflowInput& aParentReflowInput, 189 : SizeComputationInput(aFrame, aParentReflowInput.mRenderingContext) 192 , mFlags(aParentReflowInput.mFlags) 193 , mReflowDepth(aParentReflowInput.mReflowDepth + 1) 202 mParentReflowInput = &aParentReflowInput; 219 aParentReflowInput.ComputedBSize() != NS_UNCONSTRAINEDSIZE) { 220 AvailableISize() = aParentReflowInput.ComputedBSize(); 224 mFloatManager = aParentReflowInput.mFloatManager; 226 mLineLayout = aParentReflowInput.mLineLayout; 234 CheckNextInFlowParenthood(aFrame, aParentReflowInput.mFrame); [all …]
|
H A D | nsFlexContainerFrame.cpp | 1331 const ReflowInput& aParentReflowInput, in GenerateFlexItemForChild() argument 1338 childRI(aPresContext, aParentReflowInput, aChildFrame, in GenerateFlexItemForChild() 1339 aParentReflowInput.ComputedSize(aChildFrame->GetWritingMode())); in GenerateFlexItemForChild() 1764 const ReflowInput& aParentReflowInput) in MeasureFlexItemContentHeight() argument 1768 LogicalSize availSize = aParentReflowInput.ComputedSize(wm); in MeasureFlexItemContentHeight() 1771 childRIForMeasuringHeight(aPresContext, aParentReflowInput, in MeasureFlexItemContentHeight()
|
/dports/www/firefox/firefox-99.0/layout/generic/ |
H A D | ReflowInput.cpp | 155 const ReflowInput& aParentReflowInput, in ReflowInput() argument 162 mParentReflowInput(&aParentReflowInput), in ReflowInput() 163 mFloatManager(aParentReflowInput.mFloatManager), in ReflowInput() 165 ? aParentReflowInput.mLineLayout in ReflowInput() 167 mBreakType(aParentReflowInput.mBreakType), in ReflowInput() 169 (aParentReflowInput.mPercentBSizeObserver && in ReflowInput() 171 ? aParentReflowInput.mPercentBSizeObserver in ReflowInput() 173 mFlags(aParentReflowInput.mFlags), in ReflowInput() 176 mReflowDepth(aParentReflowInput.mReflowDepth + 1), in ReflowInput() 190 AvailableISize() = aParentReflowInput.ComputedBSize(); in ReflowInput() [all …]
|
H A D | nsFlexContainerFrame.h | 390 const ReflowInput& aParentReflowInput, 413 const ReflowInput& aParentReflowInput);
|
H A D | nsFlexContainerFrame.cpp | 1346 const ReflowInput& aParentReflowInput, in GenerateFlexItemForChild() argument 1413 ReflowInput childRI(PresContext(), aParentReflowInput, aChildFrame, in GenerateFlexItemForChild() 1414 aParentReflowInput.ComputedSize(childWM), Nothing(), {}, in GenerateFlexItemForChild() 1524 StyleFlexWrap::Nowrap == aParentReflowInput.mStylePosition->mFlexWrap; in GenerateFlexItemForChild() 2086 bool aHasLineClampEllipsis, const ReflowInput& aParentReflowInput) { in MeasureFlexItemContentBSize() argument 2091 LogicalSize availSize = aParentReflowInput.ComputedSize(wm); in MeasureFlexItemContentBSize() 2107 PresContext(), aParentReflowInput, aFlexItem.Frame(), availSize, in MeasureFlexItemContentBSize()
|
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/ |
H A D | ReflowInput.cpp | 153 const ReflowInput& aParentReflowInput, in ReflowInput() argument 160 mParentReflowInput(&aParentReflowInput), in ReflowInput() 161 mFloatManager(aParentReflowInput.mFloatManager), in ReflowInput() 163 ? aParentReflowInput.mLineLayout in ReflowInput() 166 (aParentReflowInput.mPercentBSizeObserver && in ReflowInput() 168 ? aParentReflowInput.mPercentBSizeObserver in ReflowInput() 170 mFlags(aParentReflowInput.mFlags), in ReflowInput() 173 mReflowDepth(aParentReflowInput.mReflowDepth + 1), in ReflowInput() 187 AvailableISize() = aParentReflowInput.ComputedBSize(); in ReflowInput() 195 aParentReflowInput.mFlags.mNextInFlowUntouched && in ReflowInput() [all …]
|
H A D | nsFlexContainerFrame.h | 375 const ReflowInput& aParentReflowInput, 398 const ReflowInput& aParentReflowInput);
|
H A D | nsFlexContainerFrame.cpp | 1324 const ReflowInput& aParentReflowInput, in GenerateFlexItemForChild() argument 1390 ReflowInput childRI(PresContext(), aParentReflowInput, aChildFrame, in GenerateFlexItemForChild() 1391 aParentReflowInput.ComputedSize(childWM), Nothing(), {}, in GenerateFlexItemForChild() 1501 StyleFlexWrap::Nowrap == aParentReflowInput.mStylePosition->mFlexWrap; in GenerateFlexItemForChild() 1506 aAxisTracker, flexWM, aParentReflowInput.ComputedISize(), in GenerateFlexItemForChild() 1507 aParentReflowInput.ComputedBSize()); in GenerateFlexItemForChild() 2035 bool aHasLineClampEllipsis, const ReflowInput& aParentReflowInput) { in MeasureFlexItemContentBSize() argument 2040 LogicalSize availSize = aParentReflowInput.ComputedSize(wm); in MeasureFlexItemContentBSize() 2056 PresContext(), aParentReflowInput, aFlexItem.Frame(), availSize, in MeasureFlexItemContentBSize()
|
H A D | ReflowInput.h | 667 const ReflowInput& aParentReflowInput, nsIFrame* aFrame,
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/ |
H A D | ReflowInput.cpp | 165 const ReflowInput& aParentReflowInput, in ReflowInput() argument 173 mFlags(aParentReflowInput.mFlags), in ReflowInput() 174 mReflowDepth(aParentReflowInput.mReflowDepth + 1) { in ReflowInput() 181 mParentReflowInput = &aParentReflowInput; in ReflowInput() 192 AvailableISize() = aParentReflowInput.ComputedBSize(); in ReflowInput() 196 mFloatManager = aParentReflowInput.mFloatManager; in ReflowInput() 198 mLineLayout = aParentReflowInput.mLineLayout; in ReflowInput() 206 aParentReflowInput.mFlags.mNextInFlowUntouched && in ReflowInput() 207 CheckNextInFlowParenthood(aFrame, aParentReflowInput.mFrame); in ReflowInput() 222 (aParentReflowInput.mPercentBSizeObserver && in ReflowInput() [all …]
|
H A D | nsFlexContainerFrame.h | 255 const ReflowInput& aParentReflowInput, 278 const ReflowInput& aParentReflowInput);
|
H A D | nsFlexContainerFrame.cpp | 1141 const ReflowInput& aParentReflowInput, in GenerateFlexItemForChild() argument 1147 aPresContext, aParentReflowInput, aChildFrame, in GenerateFlexItemForChild() 1148 aParentReflowInput.ComputedSize(aChildFrame->GetWritingMode())); in GenerateFlexItemForChild() 1662 const ReflowInput& aParentReflowInput) { in MeasureFlexItemContentBSize() argument 1665 LogicalSize availSize = aParentReflowInput.ComputedSize(wm); in MeasureFlexItemContentBSize() 1667 ReflowInput childRIForMeasuringBSize(aPresContext, aParentReflowInput, in MeasureFlexItemContentBSize()
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/ |
H A D | ReflowInput.cpp | 153 const ReflowInput& aParentReflowInput, in ReflowInput() argument 160 mParentReflowInput(&aParentReflowInput), in ReflowInput() 161 mFloatManager(aParentReflowInput.mFloatManager), in ReflowInput() 163 ? aParentReflowInput.mLineLayout in ReflowInput() 166 (aParentReflowInput.mPercentBSizeObserver && in ReflowInput() 168 ? aParentReflowInput.mPercentBSizeObserver in ReflowInput() 170 mFlags(aParentReflowInput.mFlags), in ReflowInput() 173 mReflowDepth(aParentReflowInput.mReflowDepth + 1), in ReflowInput() 187 AvailableISize() = aParentReflowInput.ComputedBSize(); in ReflowInput() 195 aParentReflowInput.mFlags.mNextInFlowUntouched && in ReflowInput() [all …]
|
H A D | nsFlexContainerFrame.h | 375 const ReflowInput& aParentReflowInput, 398 const ReflowInput& aParentReflowInput);
|
H A D | nsFlexContainerFrame.cpp | 1324 const ReflowInput& aParentReflowInput, in GenerateFlexItemForChild() argument 1390 ReflowInput childRI(PresContext(), aParentReflowInput, aChildFrame, in GenerateFlexItemForChild() 1391 aParentReflowInput.ComputedSize(childWM), Nothing(), {}, in GenerateFlexItemForChild() 1501 StyleFlexWrap::Nowrap == aParentReflowInput.mStylePosition->mFlexWrap; in GenerateFlexItemForChild() 1506 aAxisTracker, flexWM, aParentReflowInput.ComputedISize(), in GenerateFlexItemForChild() 1507 aParentReflowInput.ComputedBSize()); in GenerateFlexItemForChild() 2035 bool aHasLineClampEllipsis, const ReflowInput& aParentReflowInput) { in MeasureFlexItemContentBSize() argument 2040 LogicalSize availSize = aParentReflowInput.ComputedSize(wm); in MeasureFlexItemContentBSize() 2056 PresContext(), aParentReflowInput, aFlexItem.Frame(), availSize, in MeasureFlexItemContentBSize()
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/ |
H A D | ReflowInput.cpp | 164 const ReflowInput& aParentReflowInput, in ReflowInput() argument 169 mParentReflowInput(&aParentReflowInput), in ReflowInput() 170 mFloatManager(aParentReflowInput.mFloatManager), in ReflowInput() 172 ? aParentReflowInput.mLineLayout in ReflowInput() 175 (aParentReflowInput.mPercentBSizeObserver && in ReflowInput() 177 ? aParentReflowInput.mPercentBSizeObserver in ReflowInput() 179 mFlags(aParentReflowInput.mFlags), in ReflowInput() 180 mReflowDepth(aParentReflowInput.mReflowDepth + 1) { in ReflowInput() 196 AvailableISize() = aParentReflowInput.ComputedBSize(); in ReflowInput() 204 aParentReflowInput.mFlags.mNextInFlowUntouched && in ReflowInput() [all …]
|
H A D | nsFlexContainerFrame.h | 362 const ReflowInput& aParentReflowInput, 385 const ReflowInput& aParentReflowInput);
|
H A D | nsFlexContainerFrame.cpp | 1319 const ReflowInput& aParentReflowInput, in GenerateFlexItemForChild() argument 1325 PresContext(), aParentReflowInput, aChildFrame, in GenerateFlexItemForChild() 1326 aParentReflowInput.ComputedSize(aChildFrame->GetWritingMode())); in GenerateFlexItemForChild() 1948 bool aHasLineClampEllipsis, const ReflowInput& aParentReflowInput) { in MeasureFlexItemContentBSize() argument 1951 LogicalSize availSize = aParentReflowInput.ComputedSize(wm); in MeasureFlexItemContentBSize() 1953 ReflowInput childRIForMeasuringBSize(PresContext(), aParentReflowInput, in MeasureFlexItemContentBSize()
|
/dports/www/firefox-esr/firefox-91.8.0/layout/tables/ |
H A D | nsTableRowFrame.cpp | 39 const ReflowInput& aParentReflowInput, nsIFrame* aFrame, in TableCellReflowInput() 42 : ReflowInput(aPresContext, aParentReflowInput, aFrame, aAvailableSpace,
|
/dports/www/firefox/firefox-99.0/layout/tables/ |
H A D | nsTableRowFrame.cpp | 39 const ReflowInput& aParentReflowInput, nsIFrame* aFrame, in TableCellReflowInput() 42 : ReflowInput(aPresContext, aParentReflowInput, aFrame, aAvailableSpace,
|
/dports/lang/spidermonkey60/firefox-60.9.0/layout/tables/ |
H A D | nsTableRowFrame.cpp | 33 const ReflowInput& aParentReflowInput, nsIFrame* aFrame, in TableCellReflowInput() 35 : ReflowInput(aPresContext, aParentReflowInput, aFrame, aAvailableSpace, in TableCellReflowInput()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/tables/ |
H A D | nsTableRowFrame.cpp | 34 const ReflowInput& aParentReflowInput, in TableCellReflowInput() 38 : ReflowInput(aPresContext, aParentReflowInput, aFrame, in TableCellReflowInput()
|
/dports/mail/thunderbird/thunderbird-91.8.0/layout/tables/ |
H A D | nsTableRowFrame.cpp | 39 const ReflowInput& aParentReflowInput, nsIFrame* aFrame, in TableCellReflowInput() 42 : ReflowInput(aPresContext, aParentReflowInput, aFrame, aAvailableSpace,
|
/dports/lang/spidermonkey78/firefox-78.9.0/layout/tables/ |
H A D | nsTableRowFrame.cpp | 35 const ReflowInput& aParentReflowInput, nsIFrame* aFrame, in TableCellReflowInput() 37 : ReflowInput(aPresContext, aParentReflowInput, aFrame, aAvailableSpace, in TableCellReflowInput()
|