Searched defs:rubyText (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRubyRun.cpp73 RenderRubyText* RenderRubyRun::rubyText() const function in class:WebCore::RenderRubyRun
221 RenderRubyText* rt = rubyText();
234 RenderRubyText* rt = rubyText();
284 RenderRubyText* rubyText = this->rubyText(); local
286 if (!rubyBase || !rubyText)
312 int halfWidthOfFontSize = rubyText->style(firstLine)->fontSize() / 2;
H A DInlineFlowBox.cpp1478 RenderRubyText* rubyText = rubyRun->rubyText(); local
1479 if (!rubyText)
1483 LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText->firstRootBox()->lineTop() : LayoutUnit());
1489 LayoutUnit bottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBox()->lineBottom() : rubyText
1526 RenderRubyText* rubyText = rubyRun->rubyText(); local
[all...]

Completed in 78 milliseconds