Home
last modified time | relevance | path

Searched refs:rubyFrame (Results 1 – 22 of 22) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DRubyUtils.h71 return aFrameType == nsGkAtoms::rubyFrame || in IsRubyBox()
H A DnsLineLayout.cpp1112 if (nsGkAtoms::rubyFrame == frameType) { in ReflowFrame()
1228 MOZ_ASSERT(aRubyFrame->mFrame->GetType() == nsGkAtoms::rubyFrame); in SyncAnnotationBounds()
1690 if (spanFrame->GetType() == nsGkAtoms::rubyFrame) { in AdjustLeadings()
1694 auto rubyFrame = static_cast<nsRubyFrame*>(spanFrame); in AdjustLeadings() local
1695 RubyBlockLeadings leadings = rubyFrame->GetBlockLeadings(); in AdjustLeadings()
3273 MOZ_ASSERT(aRubyPSD->mFrame->mFrame->GetType() == nsGkAtoms::rubyFrame);
3388 if (psd->mFrame->mFrame->GetType() == nsGkAtoms::rubyFrame) {
H A DnsRubyFrame.cpp48 return nsGkAtoms::rubyFrame; in BOOST_AUTO_TEST_CASE()
H A DnsTextFrame.cpp5336 nsRubyFrame* rubyFrame = nullptr; in FindFurthestInlineRubyAncestor() local
5340 if (frame->GetType() == nsGkAtoms::rubyFrame) { in FindFurthestInlineRubyAncestor()
5341 rubyFrame = static_cast<nsRubyFrame*>(frame); in FindFurthestInlineRubyAncestor()
5344 return rubyFrame; in FindFurthestInlineRubyAncestor()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsLineLayout.cpp1603 auto rubyFrame = static_cast<nsRubyFrame*>(spanFrame); in AdjustLeadings() local
1604 RubyBlockLeadings leadings = rubyFrame->GetBlockLeadings(); in AdjustLeadings()
H A DnsTextFrame.cpp5339 nsRubyFrame* rubyFrame = nullptr; in FindFurthestInlineRubyAncestor() local
5344 rubyFrame = static_cast<nsRubyFrame*>(frame); in FindFurthestInlineRubyAncestor()
5347 return rubyFrame; in FindFurthestInlineRubyAncestor()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsLineLayout.cpp1669 auto rubyFrame = static_cast<nsRubyFrame*>(spanFrame); in AdjustLeadings() local
1670 RubyBlockLeadings leadings = rubyFrame->GetBlockLeadings(); in AdjustLeadings()
H A DnsTextFrame.cpp5237 nsRubyFrame* rubyFrame = nullptr; in FindFurthestInlineRubyAncestor() local
5242 rubyFrame = static_cast<nsRubyFrame*>(frame); in FindFurthestInlineRubyAncestor()
5245 return rubyFrame; in FindFurthestInlineRubyAncestor()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsLineLayout.cpp1664 auto rubyFrame = static_cast<nsRubyFrame*>(spanFrame); in AdjustLeadings() local
1665 RubyBlockLeadings leadings = rubyFrame->GetBlockLeadings(); in AdjustLeadings()
H A DnsTextFrame.cpp5449 nsRubyFrame* rubyFrame = nullptr; in FindFurthestInlineRubyAncestor() local
5454 rubyFrame = static_cast<nsRubyFrame*>(frame); in FindFurthestInlineRubyAncestor()
5457 return rubyFrame; in FindFurthestInlineRubyAncestor()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsLineLayout.cpp1669 auto rubyFrame = static_cast<nsRubyFrame*>(spanFrame); in AdjustLeadings() local
1670 RubyBlockLeadings leadings = rubyFrame->GetBlockLeadings(); in AdjustLeadings()
H A DnsTextFrame.cpp5237 nsRubyFrame* rubyFrame = nullptr; in FindFurthestInlineRubyAncestor() local
5242 rubyFrame = static_cast<nsRubyFrame*>(frame); in FindFurthestInlineRubyAncestor()
5245 return rubyFrame; in FindFurthestInlineRubyAncestor()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsLineLayout.cpp1671 auto rubyFrame = static_cast<nsRubyFrame*>(spanFrame); in AdjustLeadings() local
1672 RubyBlockLeadings leadings = rubyFrame->GetBlockLeadings(); in AdjustLeadings()
H A DnsTextFrame.cpp5189 nsRubyFrame* rubyFrame = nullptr; in FindFurthestInlineRubyAncestor() local
5194 rubyFrame = static_cast<nsRubyFrame*>(frame); in FindFurthestInlineRubyAncestor()
5197 return rubyFrame; in FindFurthestInlineRubyAncestor()
/dports/www/firefox-esr/firefox-91.8.0/layout/base/
H A DnsCSSFrameConstructor.cpp3191 nsContainerFrame* rubyFrame = NS_NewRubyFrame(mPresShell, rubyStyle); in ConstructBlockRubyFrame() local
3192 InitAndRestoreFrame(aState, content, blockFrame, rubyFrame); in ConstructBlockRubyFrame()
3193 SetInitialSingleChild(blockFrame, rubyFrame); in ConstructBlockRubyFrame()
3216 ProcessChildren(aState, content, rubyStyle, rubyFrame, true, childList, false, in ConstructBlockRubyFrame()
3218 rubyFrame->SetInitialChildList(kPrincipalList, childList); in ConstructBlockRubyFrame()
/dports/www/firefox/firefox-99.0/layout/base/
H A DnsCSSFrameConstructor.cpp3174 nsContainerFrame* rubyFrame = NS_NewRubyFrame(mPresShell, rubyStyle); in ConstructBlockRubyFrame() local
3175 InitAndRestoreFrame(aState, content, blockFrame, rubyFrame); in ConstructBlockRubyFrame()
3176 SetInitialSingleChild(blockFrame, rubyFrame); in ConstructBlockRubyFrame()
3197 ProcessChildren(aState, content, rubyStyle, rubyFrame, true, childList, false, in ConstructBlockRubyFrame()
3199 rubyFrame->SetInitialChildList(kPrincipalList, childList); in ConstructBlockRubyFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/layout/base/
H A DnsCSSFrameConstructor.cpp3191 nsContainerFrame* rubyFrame = NS_NewRubyFrame(mPresShell, rubyStyle); in ConstructBlockRubyFrame() local
3192 InitAndRestoreFrame(aState, content, blockFrame, rubyFrame); in ConstructBlockRubyFrame()
3193 SetInitialSingleChild(blockFrame, rubyFrame); in ConstructBlockRubyFrame()
3216 ProcessChildren(aState, content, rubyStyle, rubyFrame, true, childList, false, in ConstructBlockRubyFrame()
3218 rubyFrame->SetInitialChildList(kPrincipalList, childList); in ConstructBlockRubyFrame()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/base/
H A DnsCSSFrameConstructor.cpp3131 nsContainerFrame* rubyFrame = NS_NewRubyFrame(mPresShell, rubyStyle); in ConstructBlockRubyFrame() local
3132 InitAndRestoreFrame(aState, content, blockFrame, rubyFrame); in ConstructBlockRubyFrame()
3133 SetInitialSingleChild(blockFrame, rubyFrame); in ConstructBlockRubyFrame()
3156 ProcessChildren(aState, content, rubyStyle, rubyFrame, true, childList, false, in ConstructBlockRubyFrame()
3158 rubyFrame->SetInitialChildList(kPrincipalList, childList); in ConstructBlockRubyFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/base/
H A DnsBidiPresUtils.cpp1485 if (frameType == nsGkAtoms::rubyFrame) { in RepositionRubyFrame()
H A DnsCSSFrameConstructor.cpp1989 if (aFrameType == nsGkAtoms::rubyFrame) { in GetParentType()
9053 } else if (nsGkAtoms::rubyFrame == frameType) { in CreateContinuingFrame()
9476 if (parentType == nsGkAtoms::rubyFrame || in MaybeRecreateContainerForFrameRemoval()
12298 frameType == nsGkAtoms::rubyFrame || in WipeContainingBlock()
H A DnsLayoutUtils.cpp7853 grandparent->GetType() == nsGkAtoms::rubyFrame); in FontSizeInflationInner()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsGkAtomList.h2025 GK_ATOM(rubyFrame, "RubyFrame")