Home
last modified time | relevance | path

Searched refs:PrincipalChildList (Results 1 – 25 of 507) sorted by relevance

12345678910>>...21

/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DColumnSetWrapperFrame.cpp50 nsIFrame* columnSet = PrincipalChildList().OnlyChild(); in GetContentInsertionFrame()
117 nsIFrame* firstColumnSet = PrincipalChildList().FirstChild(); in AppendFrames()
118 for (nsIFrame* child : PrincipalChildList()) { in AppendFrames()
180 for (nsIFrame* f : PrincipalChildList()) { in GetMinISize()
213 for (nsIFrame* f : PrincipalChildList()) { in GetPrefISize()
243 for (const nsIFrame* child : aFrame->PrincipalChildList()) { in AssertColumnSpanWrapperSubtreeIsSane()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DColumnSetWrapperFrame.cpp50 nsIFrame* columnSet = PrincipalChildList().OnlyChild(); in GetContentInsertionFrame()
117 nsIFrame* firstColumnSet = PrincipalChildList().FirstChild(); in AppendFrames()
118 for (nsIFrame* child : PrincipalChildList()) { in AppendFrames()
180 for (nsIFrame* f : PrincipalChildList()) { in GetMinISize()
213 for (nsIFrame* f : PrincipalChildList()) { in GetPrefISize()
243 for (const nsIFrame* child : aFrame->PrincipalChildList()) { in AssertColumnSpanWrapperSubtreeIsSane()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DColumnSetWrapperFrame.cpp50 nsIFrame* columnSet = PrincipalChildList().OnlyChild(); in GetContentInsertionFrame()
117 nsIFrame* firstColumnSet = PrincipalChildList().FirstChild(); in AppendFrames()
118 for (nsIFrame* child : PrincipalChildList()) { in AppendFrames()
180 for (nsIFrame* f : PrincipalChildList()) { in GetMinISize()
213 for (nsIFrame* f : PrincipalChildList()) { in GetPrefISize()
243 for (const nsIFrame* child : aFrame->PrincipalChildList()) { in AssertColumnSpanWrapperSubtreeIsSane()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DColumnSetWrapperFrame.cpp50 nsIFrame* columnSet = PrincipalChildList().OnlyChild(); in GetContentInsertionFrame()
117 nsIFrame* firstColumnSet = PrincipalChildList().FirstChild(); in AppendFrames()
118 for (nsIFrame* child : PrincipalChildList()) { in AppendFrames()
180 for (nsIFrame* f : PrincipalChildList()) { in GetMinISize()
213 for (nsIFrame* f : PrincipalChildList()) { in GetPrefISize()
243 for (const nsIFrame* child : aFrame->PrincipalChildList()) { in AssertColumnSpanWrapperSubtreeIsSane()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/svg/
H A DnsSVGOuterSVGFrame.cpp371 PrincipalChildList().FirstChild()); in Reflow()
410 nsIFrame* anonChild = PrincipalChildList().FirstChild(); in Reflow()
412 for (nsIFrame* child : anonChild->PrincipalChildList()) { in Reflow()
507 nsIFrame* anonKid = PrincipalChildList().FirstChild(); in UnionChildOverflow()
566 outerSVGFrame->PrincipalChildList().FirstChild()); in HitTest()
666 PrincipalChildList().FirstChild(), in AttributeChanged()
828 !PrincipalChildList().FirstChild()->GetNextSibling(), in PaintSVG()
832 PrincipalChildList().FirstChild()); in PaintSVG()
840 !PrincipalChildList().FirstChild()->GetNextSibling(), in GetBBoxContribution()
846 PrincipalChildList().FirstChild()); in GetBBoxContribution()
[all …]
H A DnsSVGForeignObjectFrame.cpp195 nsIFrame* kid = PrincipalChildList().FirstChild(); in PaintSVG()
278 nsIFrame* kid = PrincipalChildList().FirstChild(); in GetFrameForPoint()
327 nsIFrame* kid = PrincipalChildList().FirstChild(); in ReflowSVG()
474 nsIFrame* kid = PrincipalChildList().FirstChild(); in RequestReflow()
486 nsIFrame* kid = PrincipalChildList().FirstChild(); in DoReflow()
527 nsIFrame* kid = PrincipalChildList().FirstChild(); in GetInvalidRegion()
540 MOZ_ASSERT(PrincipalChildList().FirstChild(), "Must have our anon box"); in AppendDirectlyOwnedAnonBoxes()
541 aResult.AppendElement(OwnedAnonBox(PrincipalChildList().FirstChild())); in AppendDirectlyOwnedAnonBoxes()
/dports/www/firefox-esr/firefox-91.8.0/layout/mathml/
H A DnsMathMLTokenFrame.cpp61 for (nsIFrame* childFrame = PrincipalChildList().FirstChild(); childFrame; in MarkTextFramesAsTokenMathML()
63 for (nsIFrame* childFrame2 = childFrame->PrincipalChildList().FirstChild(); in MarkTextFramesAsTokenMathML()
124 for (nsIFrame* childFrame : PrincipalChildList()) { in Reflow()
153 for (nsIFrame* childFrame : PrincipalChildList()) { in Place()
174 for (nsIFrame* childFrame : PrincipalChildList()) { in Place()
/dports/www/firefox/firefox-99.0/layout/mathml/
H A DnsMathMLTokenFrame.cpp63 for (nsIFrame* childFrame = PrincipalChildList().FirstChild(); childFrame; in MarkTextFramesAsTokenMathML()
65 for (nsIFrame* childFrame2 = childFrame->PrincipalChildList().FirstChild(); in MarkTextFramesAsTokenMathML()
126 for (nsIFrame* childFrame : PrincipalChildList()) { in Reflow()
158 for (nsIFrame* childFrame : PrincipalChildList()) { in Place()
179 for (nsIFrame* childFrame : PrincipalChildList()) { in Place()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/mathml/
H A DnsMathMLTokenFrame.cpp67 for (nsIFrame* childFrame = PrincipalChildList().FirstChild(); childFrame; in MarkTextFramesAsTokenMathML()
69 for (nsIFrame* childFrame2 = childFrame->PrincipalChildList().FirstChild(); in MarkTextFramesAsTokenMathML()
135 for (nsIFrame* childFrame : PrincipalChildList()) { in Reflow()
168 for (nsIFrame* childFrame :PrincipalChildList()) { in Place()
189 for (nsIFrame* childFrame : PrincipalChildList()) { in Place()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/mathml/
H A DnsMathMLTokenFrame.cpp62 for (nsIFrame* childFrame = PrincipalChildList().FirstChild(); childFrame; in MarkTextFramesAsTokenMathML()
64 for (nsIFrame* childFrame2 = childFrame->PrincipalChildList().FirstChild(); in MarkTextFramesAsTokenMathML()
123 for (nsIFrame* childFrame : PrincipalChildList()) { in Reflow()
154 for (nsIFrame* childFrame : PrincipalChildList()) { in Place()
175 for (nsIFrame* childFrame : PrincipalChildList()) { in Place()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/mathml/
H A DnsMathMLTokenFrame.cpp61 for (nsIFrame* childFrame = PrincipalChildList().FirstChild(); childFrame; in MarkTextFramesAsTokenMathML()
63 for (nsIFrame* childFrame2 = childFrame->PrincipalChildList().FirstChild(); in MarkTextFramesAsTokenMathML()
124 for (nsIFrame* childFrame : PrincipalChildList()) { in Reflow()
153 for (nsIFrame* childFrame : PrincipalChildList()) { in Place()
174 for (nsIFrame* childFrame : PrincipalChildList()) { in Place()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/mathml/
H A DnsMathMLTokenFrame.cpp61 for (nsIFrame* childFrame = PrincipalChildList().FirstChild(); childFrame; in MarkTextFramesAsTokenMathML()
63 for (nsIFrame* childFrame2 = childFrame->PrincipalChildList().FirstChild(); in MarkTextFramesAsTokenMathML()
124 for (nsIFrame* childFrame : PrincipalChildList()) { in Reflow()
153 for (nsIFrame* childFrame : PrincipalChildList()) { in Place()
174 for (nsIFrame* childFrame : PrincipalChildList()) { in Place()
/dports/www/firefox-esr/firefox-91.8.0/layout/svg/
H A DSVGForeignObjectFrame.cpp205 nsIFrame* kid = PrincipalChildList().FirstChild(); in PaintSVG()
295 nsIFrame* kid = PrincipalChildList().FirstChild(); in GetFrameForPoint()
345 nsIFrame* kid = PrincipalChildList().FirstChild(); in ReflowSVG()
366 auto* anonKid = PrincipalChildList().FirstChild(); in ReflowSVG()
487 nsIFrame* kid = PrincipalChildList().FirstChild(); in RequestReflow()
503 nsIFrame* kid = PrincipalChildList().FirstChild(); in DoReflow()
546 nsIFrame* kid = PrincipalChildList().FirstChild(); in GetInvalidRegion()
559 MOZ_ASSERT(PrincipalChildList().FirstChild(), "Must have our anon box"); in AppendDirectlyOwnedAnonBoxes()
560 aResult.AppendElement(OwnedAnonBox(PrincipalChildList().FirstChild())); in AppendDirectlyOwnedAnonBoxes()
H A DSVGOuterSVGFrame.cpp394 PrincipalChildList().FirstChild()); in Reflow()
433 nsIFrame* anonChild = PrincipalChildList().FirstChild(); in Reflow()
435 for (nsIFrame* child : anonChild->PrincipalChildList()) { in Reflow()
534 nsIFrame* anonKid = PrincipalChildList().FirstChild(); in UnionChildOverflow()
591 outerSVGFrame->PrincipalChildList().FirstChild()); in HitTest()
689 PrincipalChildList().FirstChild(), in AttributeChanged()
847 !PrincipalChildList().FirstChild()->GetNextSibling(), in PaintSVG()
850 PrincipalChildList().FirstChild()); in PaintSVG()
858 !PrincipalChildList().FirstChild()->GetNextSibling(), in GetBBoxContribution()
863 PrincipalChildList().FirstChild()); in GetBBoxContribution()
[all …]
/dports/www/firefox/firefox-99.0/layout/svg/
H A DSVGForeignObjectFrame.cpp205 nsIFrame* kid = PrincipalChildList().FirstChild(); in PaintSVG()
295 nsIFrame* kid = PrincipalChildList().FirstChild(); in GetFrameForPoint()
345 nsIFrame* kid = PrincipalChildList().FirstChild(); in ReflowSVG()
366 auto* anonKid = PrincipalChildList().FirstChild(); in ReflowSVG()
487 nsIFrame* kid = PrincipalChildList().FirstChild(); in RequestReflow()
503 nsIFrame* kid = PrincipalChildList().FirstChild(); in DoReflow()
546 nsIFrame* kid = PrincipalChildList().FirstChild(); in GetInvalidRegion()
559 MOZ_ASSERT(PrincipalChildList().FirstChild(), "Must have our anon box"); in AppendDirectlyOwnedAnonBoxes()
560 aResult.AppendElement(OwnedAnonBox(PrincipalChildList().FirstChild())); in AppendDirectlyOwnedAnonBoxes()
H A DSVGOuterSVGFrame.cpp385 PrincipalChildList().FirstChild()); in Reflow()
424 nsIFrame* anonChild = PrincipalChildList().FirstChild(); in Reflow()
426 for (nsIFrame* child : anonChild->PrincipalChildList()) { in Reflow()
525 nsIFrame* anonKid = PrincipalChildList().FirstChild(); in UnionChildOverflow()
582 outerSVGFrame->PrincipalChildList().FirstChild()); in HitTest()
680 PrincipalChildList().FirstChild(), in AttributeChanged()
838 !PrincipalChildList().FirstChild()->GetNextSibling(), in PaintSVG()
841 PrincipalChildList().FirstChild()); in PaintSVG()
849 !PrincipalChildList().FirstChild()->GetNextSibling(), in GetBBoxContribution()
854 PrincipalChildList().FirstChild()); in GetBBoxContribution()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/layout/svg/
H A DSVGForeignObjectFrame.cpp205 nsIFrame* kid = PrincipalChildList().FirstChild(); in PaintSVG()
295 nsIFrame* kid = PrincipalChildList().FirstChild(); in GetFrameForPoint()
345 nsIFrame* kid = PrincipalChildList().FirstChild(); in ReflowSVG()
366 auto* anonKid = PrincipalChildList().FirstChild(); in ReflowSVG()
487 nsIFrame* kid = PrincipalChildList().FirstChild(); in RequestReflow()
503 nsIFrame* kid = PrincipalChildList().FirstChild(); in DoReflow()
546 nsIFrame* kid = PrincipalChildList().FirstChild(); in GetInvalidRegion()
559 MOZ_ASSERT(PrincipalChildList().FirstChild(), "Must have our anon box"); in AppendDirectlyOwnedAnonBoxes()
560 aResult.AppendElement(OwnedAnonBox(PrincipalChildList().FirstChild())); in AppendDirectlyOwnedAnonBoxes()
H A DSVGOuterSVGFrame.cpp394 PrincipalChildList().FirstChild()); in Reflow()
433 nsIFrame* anonChild = PrincipalChildList().FirstChild(); in Reflow()
435 for (nsIFrame* child : anonChild->PrincipalChildList()) { in Reflow()
534 nsIFrame* anonKid = PrincipalChildList().FirstChild(); in UnionChildOverflow()
591 outerSVGFrame->PrincipalChildList().FirstChild()); in HitTest()
689 PrincipalChildList().FirstChild(), in AttributeChanged()
847 !PrincipalChildList().FirstChild()->GetNextSibling(), in PaintSVG()
850 PrincipalChildList().FirstChild()); in PaintSVG()
858 !PrincipalChildList().FirstChild()->GetNextSibling(), in GetBBoxContribution()
863 PrincipalChildList().FirstChild()); in GetBBoxContribution()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/layout/svg/
H A DnsSVGForeignObjectFrame.cpp204 nsIFrame* kid = PrincipalChildList().FirstChild(); in PaintSVG()
291 nsIFrame* kid = PrincipalChildList().FirstChild(); in GetFrameForPoint()
341 nsIFrame* kid = PrincipalChildList().FirstChild(); in ReflowSVG()
362 auto* anonKid = PrincipalChildList().FirstChild(); in ReflowSVG()
484 nsIFrame* kid = PrincipalChildList().FirstChild(); in RequestReflow()
500 nsIFrame* kid = PrincipalChildList().FirstChild(); in DoReflow()
543 nsIFrame* kid = PrincipalChildList().FirstChild(); in GetInvalidRegion()
556 MOZ_ASSERT(PrincipalChildList().FirstChild(), "Must have our anon box"); in AppendDirectlyOwnedAnonBoxes()
557 aResult.AppendElement(OwnedAnonBox(PrincipalChildList().FirstChild())); in AppendDirectlyOwnedAnonBoxes()
H A DnsSVGOuterSVGFrame.cpp392 PrincipalChildList().FirstChild()); in Reflow()
431 nsIFrame* anonChild = PrincipalChildList().FirstChild(); in Reflow()
433 for (nsIFrame* child : anonChild->PrincipalChildList()) { in Reflow()
533 nsIFrame* anonKid = PrincipalChildList().FirstChild(); in UnionChildOverflow()
591 outerSVGFrame->PrincipalChildList().FirstChild()); in HitTest()
689 PrincipalChildList().FirstChild(), in AttributeChanged()
858 !PrincipalChildList().FirstChild()->GetNextSibling(), in PaintSVG()
862 PrincipalChildList().FirstChild()); in PaintSVG()
870 !PrincipalChildList().FirstChild()->GetNextSibling(), in GetBBoxContribution()
876 PrincipalChildList().FirstChild()); in GetBBoxContribution()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/svg/
H A DnsSVGOuterSVGFrame.cpp383 static_cast<nsSVGOuterSVGAnonChildFrame*>(PrincipalChildList().FirstChild()); in Reflow()
422 nsIFrame* anonChild = PrincipalChildList().FirstChild(); in Reflow()
424 for (nsIFrame* child : anonChild->PrincipalChildList()) { in Reflow()
523 nsIFrame *anonKid = PrincipalChildList().FirstChild(); in UnionChildOverflow()
587 outerSVGFrame->PrincipalChildList().FirstChild()); in HitTest()
693 nsSVGUtils::NotifyChildrenOfSVGChange(PrincipalChildList().FirstChild(), in AttributeChanged()
846 NS_ASSERTION(PrincipalChildList().FirstChild()->GetType() == in PaintSVG()
848 !PrincipalChildList().FirstChild()->GetNextSibling(), in PaintSVG()
851 static_cast<nsSVGOuterSVGAnonChildFrame*>(PrincipalChildList().FirstChild()); in PaintSVG()
859 NS_ASSERTION(PrincipalChildList().FirstChild()->GetType() == in GetBBoxContribution()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/layout/forms/
H A DnsProgressFrame.cpp92 PrincipalChildList().GetLength() == 1 && in Reflow()
93 PrincipalChildList().FirstChild() == mBarDiv->GetPrimaryFrame(), in Reflow()
103 for (auto childFrame : PrincipalChildList()) { in Reflow()
188 for (auto childFrame : PrincipalChildList()) { in AttributeChanged()
238 nsIFrame* barFrame = PrincipalChildList().FirstChild(); in ShouldUseNativeStyle()
/dports/www/firefox/firefox-99.0/layout/forms/
H A DnsProgressFrame.cpp93 PrincipalChildList().GetLength() == 1 && in Reflow()
94 PrincipalChildList().FirstChild() == mBarDiv->GetPrimaryFrame(), in Reflow()
104 for (auto childFrame : PrincipalChildList()) { in Reflow()
189 for (auto childFrame : PrincipalChildList()) { in AttributeChanged()
239 nsIFrame* barFrame = PrincipalChildList().FirstChild(); in ShouldUseNativeStyle()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/forms/
H A DnsProgressFrame.cpp92 PrincipalChildList().GetLength() == 1 && in Reflow()
93 PrincipalChildList().FirstChild() == mBarDiv->GetPrimaryFrame(), in Reflow()
103 for (auto childFrame : PrincipalChildList()) { in Reflow()
188 for (auto childFrame : PrincipalChildList()) { in AttributeChanged()
238 nsIFrame* barFrame = PrincipalChildList().FirstChild(); in ShouldUseNativeStyle()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/forms/
H A DnsProgressFrame.cpp94 PrincipalChildList().GetLength() == 1 && in Reflow()
95 PrincipalChildList().FirstChild() == mBarDiv->GetPrimaryFrame(), in Reflow()
109 for (auto childFrame : PrincipalChildList()) { in Reflow()
194 for (auto childFrame : PrincipalChildList()) { in AttributeChanged()
243 nsIFrame* barFrame = PrincipalChildList().FirstChild(); in ShouldUseNativeStyle()

12345678910>>...21