Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRubyRun.cpp74 RenderRubyText* RenderRubyRun::rubyText() const in rubyText() function in WebCore::RenderRubyRun
221 RenderRubyText* rt = rubyText(); in layoutSpecialExcludedChild()
235 RenderRubyText* rt = rubyText(); in layout()
285 RenderRubyText* rubyText = this->rubyText(); in getOverhang() local
287 if (!rubyBase || !rubyText) in getOverhang()
313 int halfWidthOfFontSize = rubyText->style(firstLine)->fontSize() / 2; in getOverhang()
DInlineFlowBox.cpp1477 RenderRubyText* rubyText = rubyRun->rubyText(); in computeOverAnnotationAdjustment() local
1478 if (!rubyText) in computeOverAnnotationAdjustment()
1482 …LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText-… in computeOverAnnotationAdjustment()
1488 …ottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBo… in computeOverAnnotationAdjustment()
1525 RenderRubyText* rubyText = rubyRun->rubyText(); in computeUnderAnnotationAdjustment() local
1526 if (!rubyText) in computeUnderAnnotationAdjustment()
1530 …LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText-… in computeUnderAnnotationAdjustment()
1536 …ottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBo… in computeUnderAnnotationAdjustment()
DRenderRubyRun.h51 RenderRubyText* rubyText() const;
DInlineTextBox.cpp464 RenderRubyText* rubyText = toRenderRubyRun(containingBlock->parent())->rubyText(); in getEmphasisMarkPosition() local
467 return !rubyText || !rubyText->firstLineBox(); in getEmphasisMarkPosition()