Home
last modified time | relevance | path

Searched refs:aParentReflowInput (Results 1 – 25 of 42) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsFlexContainerFrame.h194 const ReflowInput& aParentReflowInput,
206 const ReflowInput& aParentReflowInput);
H A DReflowInput.cpp184 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 DnsFlexContainerFrame.cpp1331 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 DReflowInput.cpp155 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 DnsFlexContainerFrame.h390 const ReflowInput& aParentReflowInput,
413 const ReflowInput& aParentReflowInput);
H A DnsFlexContainerFrame.cpp1346 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 DReflowInput.cpp153 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 DnsFlexContainerFrame.h375 const ReflowInput& aParentReflowInput,
398 const ReflowInput& aParentReflowInput);
H A DnsFlexContainerFrame.cpp1324 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 DReflowInput.h667 const ReflowInput& aParentReflowInput, nsIFrame* aFrame,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DReflowInput.cpp165 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 DnsFlexContainerFrame.h255 const ReflowInput& aParentReflowInput,
278 const ReflowInput& aParentReflowInput);
H A DnsFlexContainerFrame.cpp1141 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 DReflowInput.cpp153 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 DnsFlexContainerFrame.h375 const ReflowInput& aParentReflowInput,
398 const ReflowInput& aParentReflowInput);
H A DnsFlexContainerFrame.cpp1324 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 DReflowInput.cpp164 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 DnsFlexContainerFrame.h362 const ReflowInput& aParentReflowInput,
385 const ReflowInput& aParentReflowInput);
H A DnsFlexContainerFrame.cpp1319 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 DnsTableRowFrame.cpp39 const ReflowInput& aParentReflowInput, nsIFrame* aFrame, in TableCellReflowInput()
42 : ReflowInput(aPresContext, aParentReflowInput, aFrame, aAvailableSpace,
/dports/www/firefox/firefox-99.0/layout/tables/
H A DnsTableRowFrame.cpp39 const ReflowInput& aParentReflowInput, nsIFrame* aFrame, in TableCellReflowInput()
42 : ReflowInput(aPresContext, aParentReflowInput, aFrame, aAvailableSpace,
/dports/lang/spidermonkey60/firefox-60.9.0/layout/tables/
H A DnsTableRowFrame.cpp33 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 DnsTableRowFrame.cpp34 const ReflowInput& aParentReflowInput, in TableCellReflowInput()
38 : ReflowInput(aPresContext, aParentReflowInput, aFrame, in TableCellReflowInput()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/tables/
H A DnsTableRowFrame.cpp39 const ReflowInput& aParentReflowInput, nsIFrame* aFrame, in TableCellReflowInput()
42 : ReflowInput(aPresContext, aParentReflowInput, aFrame, aAvailableSpace,
/dports/lang/spidermonkey78/firefox-78.9.0/layout/tables/
H A DnsTableRowFrame.cpp35 const ReflowInput& aParentReflowInput, nsIFrame* aFrame, in TableCellReflowInput()
37 : ReflowInput(aPresContext, aParentReflowInput, aFrame, aAvailableSpace, in TableCellReflowInput()

12