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.cpp66 RenderRubyText* RenderRubyRun::rubyText() const in rubyText() function in blink::RenderRubyRun
203 RenderRubyText* rt = rubyText(); in layoutSpecialExcludedChild()
216 RenderRubyText* rt = rubyText(); in layout()
266 RenderRubyText* rubyText = this->rubyText(); in getOverhang() local
268 if (!rubyBase || !rubyText) in getOverhang()
294 int halfWidthOfFontSize = rubyText->style(firstLine)->fontSize() / 2; in getOverhang()
DInlineFlowBox.cpp1212 RenderRubyText* rubyText = rubyRun.rubyText(); in computeOverAnnotationAdjustment() local
1213 if (!rubyText) in computeOverAnnotationAdjustment()
1217 …LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText-… in computeOverAnnotationAdjustment()
1223 …ottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBo… in computeOverAnnotationAdjustment()
1260 RenderRubyText* rubyText = rubyRun.rubyText(); in computeUnderAnnotationAdjustment() local
1261 if (!rubyText) in computeUnderAnnotationAdjustment()
1265 …LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText-… in computeUnderAnnotationAdjustment()
1271 …ottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBo… in computeUnderAnnotationAdjustment()
DRenderRubyRun.h50 RenderRubyText* rubyText() const;
DInlineTextBox.cpp373 RenderRubyText* rubyText = toRenderRubyRun(containingBlock->parent())->rubyText(); in getEmphasisMarkPosition() local
376 return !rubyText || !rubyText->firstLineBox(); in getEmphasisMarkPosition()