Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
DLineWidth.cpp108 void LineWidth::applyOverhang(RenderRubyRun* rubyRun, RenderObject* startRenderer, RenderObject* en… in applyOverhang() argument
112 rubyRun->getOverhang(m_isFirstLine, startRenderer, endRenderer, startOverhang, endOverhang); in applyOverhang()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineFlowBox.cpp687 RenderRubyRun& rubyRun = toRenderRubyRun(curr->renderer()); in placeBoxesInBlockDirection() local
688 if (RenderRubyBase* rubyBase = rubyRun.rubyBase()) { in placeBoxesInBlockDirection()
1211 RenderRubyRun& rubyRun = toRenderRubyRun(curr->renderer()); in computeOverAnnotationAdjustment() local
1212 RenderRubyText* rubyText = rubyRun.rubyText(); in computeOverAnnotationAdjustment()
1216 if (!rubyRun.style()->isFlippedLinesWritingMode()) { in computeOverAnnotationAdjustment()
1259 RenderRubyRun& rubyRun = toRenderRubyRun(curr->renderer()); in computeUnderAnnotationAdjustment() local
1260 RenderRubyText* rubyText = rubyRun.rubyText(); in computeUnderAnnotationAdjustment()
1264 if (rubyRun.style()->isFlippedLinesWritingMode()) { in computeUnderAnnotationAdjustment()