Searched refs:RenderRubyText (Results 1 – 20 of 20) sorted by relevance
38 RenderRubyText::RenderRubyText(Element* element) in RenderRubyText() function in blink::RenderRubyText43 RenderRubyText::~RenderRubyText() in ~RenderRubyText()47 bool RenderRubyText::isChildAllowed(RenderObject* child, RenderStyle*) const in isChildAllowed()52 ETextAlign RenderRubyText::textAlignmentForLine(bool endsWithSoftBreak) const in textAlignmentForLine()63 void RenderRubyText::adjustInlineDirectionLineBounds(unsigned expansionOpportunityCount, float& log… in adjustInlineDirectionLineBounds()84 bool RenderRubyText::avoidsFloats() const in avoidsFloats()
38 class RenderRubyText FINAL : public RenderBlockFlow {40 RenderRubyText(Element*);41 virtual ~RenderRubyText();
66 RenderRubyText* RenderRubyRun::rubyText() const in rubyText()72 return child && child->isRubyText() ? static_cast<RenderRubyText*>(child) : 0; in rubyText()203 RenderRubyText* rt = rubyText(); in layoutSpecialExcludedChild()216 RenderRubyText* rt = rubyText(); in layout()266 RenderRubyText* rubyText = this->rubyText(); in getOverhang()
39 class RenderRubyText; variable50 RenderRubyText* rubyText() const;
1212 RenderRubyText* rubyText = rubyRun.rubyText(); in computeOverAnnotationAdjustment()1260 RenderRubyText* rubyText = rubyRun.rubyText(); in computeUnderAnnotationAdjustment()
373 RenderRubyText* rubyText = toRenderRubyRun(containingBlock->parent())->rubyText(); in getEmphasisMarkPosition()
25 return new RenderRubyText(this); in DEFINE_NODE_FACTORY()
109 third_party/WebKit/Source/core/rendering/RenderRubyText.cpp \
1691 'rendering/RenderRubyText.cpp',1692 'rendering/RenderRubyText.h',