Searched refs:RenderRubyText (Results 1 – 14 of 14) sorted by relevance
40 RenderRubyText::RenderRubyText(Element* element) in RenderRubyText() function in WebCore::RenderRubyText45 RenderRubyText::~RenderRubyText() in ~RenderRubyText()49 bool RenderRubyText::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed()54 ETextAlign RenderRubyText::textAlignmentForLine(bool endsWithSoftBreak) const in textAlignmentForLine()65 void RenderRubyText::adjustInlineDirectionLineBounds(int expansionOpportunityCount, float& logicalL… in adjustInlineDirectionLineBounds()86 bool RenderRubyText::avoidsFloats() const in avoidsFloats()
38 class RenderRubyText FINAL : public RenderBlockFlow {40 RenderRubyText(Element*);41 virtual ~RenderRubyText();
74 RenderRubyText* RenderRubyRun::rubyText() const in rubyText()80 return child && child->isRubyText() ? static_cast<RenderRubyText*>(child) : 0; in rubyText()221 RenderRubyText* rt = rubyText(); in layoutSpecialExcludedChild()235 RenderRubyText* rt = rubyText(); in layout()285 RenderRubyText* rubyText = this->rubyText(); in getOverhang()
39 class RenderRubyText; variable51 RenderRubyText* rubyText() const;
1477 RenderRubyText* rubyText = rubyRun->rubyText(); in computeOverAnnotationAdjustment()1525 RenderRubyText* rubyText = rubyRun->rubyText(); in computeUnderAnnotationAdjustment()
464 RenderRubyText* rubyText = toRenderRubyRun(containingBlock->parent())->rubyText(); in getEmphasisMarkPosition()
172 return new RenderRubyText(element); in createObject()
121 third_party/WebKit/Source/core/rendering/RenderRubyText.cpp \
1527 'rendering/RenderRubyText.cpp',1528 'rendering/RenderRubyText.h',