Home
last modified time | relevance | path

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

12

/dports/www/firefox-esr/firefox-91.8.0/layout/forms/
H A DnsDateTimeControlFrame.cpp131 ReflowInput childReflowInput(aPresContext, aReflowInput, inputAreaFrame, in Reflow() local
135 LogicalMargin childMargin = childReflowInput.ComputedLogicalMargin(myWM); in Reflow()
147 childReflowInput, myWM, childOffset, dummyContainerSize, in Reflow()
183 &childReflowInput, myWM, childOffset, borderBoxSize, in Reflow()
/dports/www/firefox/firefox-99.0/layout/forms/
H A DnsDateTimeControlFrame.cpp131 ReflowInput childReflowInput(aPresContext, aReflowInput, inputAreaFrame, in Reflow() local
135 LogicalMargin childMargin = childReflowInput.ComputedLogicalMargin(myWM); in Reflow()
147 childReflowInput, myWM, childOffset, dummyContainerSize, in Reflow()
184 &childReflowInput, myWM, childOffset, borderBoxSize, in Reflow()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/forms/
H A DnsDateTimeControlFrame.cpp131 ReflowInput childReflowInput(aPresContext, aReflowInput, inputAreaFrame, in Reflow() local
135 LogicalMargin childMargin = childReflowInput.ComputedLogicalMargin(myWM); in Reflow()
147 childReflowInput, myWM, childOffset, dummyContainerSize, in Reflow()
183 &childReflowInput, myWM, childOffset, borderBoxSize, in Reflow()
/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/
H A DnsMathMLSelectedFrame.cpp122 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
124 ReflowChild(childFrame, aPresContext, aDesiredSize, childReflowInput, in Reflow()
H A DnsMathMLTokenFrame.cpp130 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
132 ReflowChild(childFrame, aPresContext, childDesiredSize, childReflowInput, in Reflow()
/dports/www/firefox/firefox-99.0/layout/mathml/
H A DnsMathMLSelectedFrame.cpp122 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
124 ReflowChild(childFrame, aPresContext, aDesiredSize, childReflowInput, in Reflow()
H A DnsMathMLTokenFrame.cpp132 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
135 ReflowChild(childFrame, aPresContext, childDesiredSize, childReflowInput, in Reflow()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/
H A DnsMathMLSelectedFrame.cpp123 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
125 ReflowChild(childFrame, aPresContext, aDesiredSize, childReflowInput, in Reflow()
H A DnsMathMLTokenFrame.cpp131 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
133 ReflowChild(childFrame, aPresContext, childDesiredSize, childReflowInput, in Reflow()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/
H A DnsMathMLSelectedFrame.cpp122 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
124 ReflowChild(childFrame, aPresContext, aDesiredSize, childReflowInput, in Reflow()
H A DnsMathMLTokenFrame.cpp130 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
132 ReflowChild(childFrame, aPresContext, childDesiredSize, childReflowInput, in Reflow()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/
H A DnsMathMLSelectedFrame.cpp123 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
125 ReflowChild(childFrame, aPresContext, aDesiredSize, childReflowInput, in Reflow()
H A DnsMathMLTokenFrame.cpp130 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
132 ReflowChild(childFrame, aPresContext, childDesiredSize, childReflowInput, in Reflow()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/
H A DnsMathMLSelectedFrame.cpp152 ReflowInput childReflowInput(aPresContext, aReflowInput, in Reflow() local
155 childReflowInput, aStatus); in Reflow()
H A DnsMathMLTokenFrame.cpp143 ReflowInput childReflowInput(aPresContext, aReflowInput, in Reflow() local
146 childReflowInput, aStatus); in Reflow()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsFlexContainerFrame.cpp4927 SizeItemInCrossAxis(childReflowInput, item); in DoFlexLayout()
5357 childReflowInput.mFlags.mApplyLineClamp = in ReflowFlexItem()
5367 childReflowInput.SetComputedISize(aItem.MainSize()); in ReflowFlexItem()
5370 childReflowInput.SetComputedBSize(aItem.MainSize()); in ReflowFlexItem()
5373 childReflowInput.mFlags.mTreatBSizeAsIndefinite = true; in ReflowFlexItem()
5388 childReflowInput.SetComputedISize(aItem.CrossSize()); in ReflowFlexItem()
5395 childReflowInput.SetComputedBSize(aItem.CrossSize()); in ReflowFlexItem()
5421 childReflowInput.SetIResize(true); in ReflowFlexItem()
5424 childReflowInput.SetBResize(true); in ReflowFlexItem()
5432 ReflowOutput childReflowOutput(childReflowInput); in ReflowFlexItem()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsFlexContainerFrame.cpp4309 childReflowInput, *item); in DoFlexLayout()
4620 ReflowInput childReflowInput(aPresContext, aReflowInput, in ReflowFlexItem() local
4630 childReflowInput.SetComputedWidth(aItem.GetMainSize()); in ReflowFlexItem()
4674 childReflowInput.SetHResize(true); in ReflowFlexItem()
4677 childReflowInput.SetVResize(true); in ReflowFlexItem()
4684 ReflowOutput childDesiredSize(childReflowInput); in ReflowFlexItem()
4687 childDesiredSize, childReflowInput, in ReflowFlexItem()
4706 childDesiredSize, &childReflowInput, in ReflowFlexItem()
4730 ReflowOutput childDesiredSize(childReflowInput); in ReflowPlaceholders()
4733 childDesiredSize, childReflowInput, in ReflowPlaceholders()
[all …]
H A DnsHTMLCanvasFrame.cpp291 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
293 ReflowChild(childFrame, aPresContext, childDesiredSize, childReflowInput, in Reflow()
296 &childReflowInput, 0, 0, 0); in Reflow()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsFlexContainerFrame.cpp4302 childReflowInput.SetComputedISize(item->GetMainSize()); in DoFlexLayout()
4304 childReflowInput.SetComputedBSize(item->GetMainSize()); in DoFlexLayout()
4634 childReflowInput.SetComputedISize(aItem.GetMainSize()); in ReflowFlexItem()
4637 childReflowInput.SetComputedBSize(aItem.GetMainSize()); in ReflowFlexItem()
4652 childReflowInput.SetComputedISize(aItem.GetCrossSize()); in ReflowFlexItem()
4655 childReflowInput.SetComputedBSize(aItem.GetCrossSize()); in ReflowFlexItem()
4685 childReflowInput.SetIResize(true); in ReflowFlexItem()
4688 childReflowInput.SetBResize(true); in ReflowFlexItem()
4695 ReflowOutput childDesiredSize(childReflowInput); in ReflowFlexItem()
4734 ReflowOutput childDesiredSize(childReflowInput); in ReflowPlaceholders()
[all …]
H A DnsHTMLCanvasFrame.cpp353 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
355 ReflowChild(childFrame, aPresContext, childDesiredSize, childReflowInput, 0, in Reflow()
358 &childReflowInput, 0, 0, 0); in Reflow()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsFlexContainerFrame.cpp5127 childReflowInput.mFlags.mTreatBSizeAsIndefinite = true; in DoFlexLayout()
5130 SizeItemInCrossAxis(childReflowInput, item); in DoFlexLayout()
5572 childReflowInput.mFlags.mInsideLineClamp = GetLineClampValue() != 0; in ReflowFlexItem()
5577 childReflowInput.mFlags.mApplyLineClamp = in ReflowFlexItem()
5578 !childReflowInput.mFlags.mInsideLineClamp && aHasLineClampEllipsis; in ReflowFlexItem()
5581 childReflowInput.mFlags.mTreatBSizeAsIndefinite = true; in ReflowFlexItem()
5601 ReflowOutput childReflowOutput(childReflowInput); in ReflowFlexItem()
5617 cached->UpdateFinalReflowSize(childReflowInput, childReflowOutput); in ReflowFlexItem()
5619 cached = new CachedFlexItemData(childReflowInput, childReflowOutput, in ReflowFlexItem()
5643 ReflowOutput childReflowOutput(childReflowInput); in ReflowPlaceholders()
[all …]
H A DnsHTMLCanvasFrame.cpp479 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
481 ReflowChild(childFrame, aPresContext, childDesiredSize, childReflowInput, 0, in Reflow()
484 &childReflowInput, 0, 0, ReflowChildFlags::Default); in Reflow()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsFlexContainerFrame.cpp5127 childReflowInput.mFlags.mTreatBSizeAsIndefinite = true; in DoFlexLayout()
5130 SizeItemInCrossAxis(childReflowInput, item); in DoFlexLayout()
5572 childReflowInput.mFlags.mInsideLineClamp = GetLineClampValue() != 0; in ReflowFlexItem()
5577 childReflowInput.mFlags.mApplyLineClamp = in ReflowFlexItem()
5578 !childReflowInput.mFlags.mInsideLineClamp && aHasLineClampEllipsis; in ReflowFlexItem()
5581 childReflowInput.mFlags.mTreatBSizeAsIndefinite = true; in ReflowFlexItem()
5601 ReflowOutput childReflowOutput(childReflowInput); in ReflowFlexItem()
5617 cached->UpdateFinalReflowSize(childReflowInput, childReflowOutput); in ReflowFlexItem()
5619 cached = new CachedFlexItemData(childReflowInput, childReflowOutput, in ReflowFlexItem()
5643 ReflowOutput childReflowOutput(childReflowInput); in ReflowPlaceholders()
[all …]
H A DnsHTMLCanvasFrame.cpp479 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
481 ReflowChild(childFrame, aPresContext, childDesiredSize, childReflowInput, 0, in Reflow()
484 &childReflowInput, 0, 0, ReflowChildFlags::Default); in Reflow()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsHTMLCanvasFrame.cpp483 ReflowInput childReflowInput(aPresContext, aReflowInput, childFrame, in Reflow() local
485 ReflowChild(childFrame, aPresContext, childDesiredSize, childReflowInput, 0, in Reflow()
488 &childReflowInput, 0, 0, ReflowChildFlags::Default); in Reflow()

12