/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/ |
H A D | RubyUtils.h | 71 return aFrameType == nsGkAtoms::rubyFrame || in IsRubyBox()
|
H A D | nsLineLayout.cpp | 1112 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 D | nsRubyFrame.cpp | 48 return nsGkAtoms::rubyFrame; in BOOST_AUTO_TEST_CASE()
|
H A D | nsTextFrame.cpp | 5336 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 D | nsLineLayout.cpp | 1603 auto rubyFrame = static_cast<nsRubyFrame*>(spanFrame); in AdjustLeadings() local 1604 RubyBlockLeadings leadings = rubyFrame->GetBlockLeadings(); in AdjustLeadings()
|
H A D | nsTextFrame.cpp | 5339 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 D | nsLineLayout.cpp | 1669 auto rubyFrame = static_cast<nsRubyFrame*>(spanFrame); in AdjustLeadings() local 1670 RubyBlockLeadings leadings = rubyFrame->GetBlockLeadings(); in AdjustLeadings()
|
H A D | nsTextFrame.cpp | 5237 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 D | nsLineLayout.cpp | 1664 auto rubyFrame = static_cast<nsRubyFrame*>(spanFrame); in AdjustLeadings() local 1665 RubyBlockLeadings leadings = rubyFrame->GetBlockLeadings(); in AdjustLeadings()
|
H A D | nsTextFrame.cpp | 5449 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 D | nsLineLayout.cpp | 1669 auto rubyFrame = static_cast<nsRubyFrame*>(spanFrame); in AdjustLeadings() local 1670 RubyBlockLeadings leadings = rubyFrame->GetBlockLeadings(); in AdjustLeadings()
|
H A D | nsTextFrame.cpp | 5237 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 D | nsLineLayout.cpp | 1671 auto rubyFrame = static_cast<nsRubyFrame*>(spanFrame); in AdjustLeadings() local 1672 RubyBlockLeadings leadings = rubyFrame->GetBlockLeadings(); in AdjustLeadings()
|
H A D | nsTextFrame.cpp | 5189 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 D | nsCSSFrameConstructor.cpp | 3191 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 D | nsCSSFrameConstructor.cpp | 3174 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 D | nsCSSFrameConstructor.cpp | 3191 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 D | nsCSSFrameConstructor.cpp | 3131 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 D | nsBidiPresUtils.cpp | 1485 if (frameType == nsGkAtoms::rubyFrame) { in RepositionRubyFrame()
|
H A D | nsCSSFrameConstructor.cpp | 1989 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 D | nsLayoutUtils.cpp | 7853 grandparent->GetType() == nsGkAtoms::rubyFrame); in FontSizeInflationInner()
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/ |
H A D | nsGkAtomList.h | 2025 GK_ATOM(rubyFrame, "RubyFrame")
|