Home
last modified time | relevance | path

Searched refs:rubyRun (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DLineWidth.cpp130 void LineWidth::applyOverhang(RenderRubyRun* rubyRun, RenderObject* startRenderer, RenderObject* en… in applyOverhang() argument
134 rubyRun->getOverhang(m_isFirstLine, startRenderer, endRenderer, startOverhang, endOverhang); in applyOverhang()
DRenderRubyBase.h64 RenderRubyRun* rubyRun() const;
DRenderRubyBase.cpp133 RenderRubyRun* RenderRubyBase::rubyRun() const in rubyRun() function in WebCore::RenderRubyBase
DInlineFlowBox.cpp674 RenderRubyRun* rubyRun = toRenderRubyRun(curr->renderer()); in placeBoxesInBlockDirection() local
675 if (RenderRubyBase* rubyBase = rubyRun->rubyBase()) { in placeBoxesInBlockDirection()
1476 RenderRubyRun* rubyRun = toRenderRubyRun(curr->renderer()); in computeOverAnnotationAdjustment() local
1477 RenderRubyText* rubyText = rubyRun->rubyText(); in computeOverAnnotationAdjustment()
1481 if (!rubyRun->style()->isFlippedLinesWritingMode()) { in computeOverAnnotationAdjustment()
1524 RenderRubyRun* rubyRun = toRenderRubyRun(curr->renderer()); in computeUnderAnnotationAdjustment() local
1525 RenderRubyText* rubyText = rubyRun->rubyText(); in computeUnderAnnotationAdjustment()
1529 if (rubyRun->style()->isFlippedLinesWritingMode()) { in computeUnderAnnotationAdjustment()