Home
last modified time | relevance | path

Searched refs:isRubyBase (Results 1 – 12 of 12) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderRubyBase.h47 virtual bool isRubyBase() const { return true; } in isRubyBase() function
H A DRenderRubyRun.cpp65 return lastChild() && lastChild()->isRubyBase(); in hasRubyBase()
82 return child && child->isRubyBase() ? static_cast<RenderRubyBase*>(child) : 0; in rubyBase()
H A DRenderObject.h293 virtual bool isRubyBase() const { return false; } in isRubyBase() function
H A DInlineTextBox.cpp448 if (!containingBlock->isRubyBase()) in getEmphasisMarkPosition()
H A DRenderBlock.cpp983 if ((prev && (prev->isRubyRun() || prev->isRubyBase())) in canMergeContiguousAnonymousBlocks()
984 || (next && (next->isRubyRun() || next->isRubyBase()))) in canMergeContiguousAnonymousBlocks()
/dports/lang/spidermonkey60/firefox-60.9.0/layout/generic/
H A DnsLineLayout.cpp2662 bool isRubyBase = pfd->mFrame->IsRubyBaseFrame(); in ComputeFrameJustification() local
2664 if (isRubyBase) { in ComputeFrameJustification()
2691 if (isRubyBase) { in ComputeFrameJustification()
/dports/www/firefox-esr/firefox-91.8.0/layout/generic/
H A DnsLineLayout.cpp2737 bool isRubyBase = pfd->mFrame->IsRubyBaseFrame(); in ComputeFrameJustification() local
2739 if (isRubyBase) { in ComputeFrameJustification()
2766 if (isRubyBase) { in ComputeFrameJustification()
/dports/www/firefox/firefox-99.0/layout/generic/
H A DnsLineLayout.cpp2732 bool isRubyBase = pfd->mFrame->IsRubyBaseFrame(); in ComputeFrameJustification() local
2734 if (isRubyBase) { in ComputeFrameJustification()
2761 if (isRubyBase) { in ComputeFrameJustification()
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/generic/
H A DnsLineLayout.cpp2774 bool isRubyBase = pfd->mFrame->GetType() == nsGkAtoms::rubyBaseFrame; local
2776 if (isRubyBase) {
2803 if (isRubyBase) {
/dports/mail/thunderbird/thunderbird-91.8.0/layout/generic/
H A DnsLineLayout.cpp2737 bool isRubyBase = pfd->mFrame->IsRubyBaseFrame(); in ComputeFrameJustification() local
2739 if (isRubyBase) { in ComputeFrameJustification()
2766 if (isRubyBase) { in ComputeFrameJustification()
/dports/lang/spidermonkey78/firefox-78.9.0/layout/generic/
H A DnsLineLayout.cpp2739 bool isRubyBase = pfd->mFrame->IsRubyBaseFrame(); in ComputeFrameJustification() local
2741 if (isRubyBase) { in ComputeFrameJustification()
2768 if (isRubyBase) { in ComputeFrameJustification()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2010-01-2938330 (WebCore::RenderObject::isRubyBase):
38361 (WebCore::RenderRubyBase::isRubyBase):