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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderRubyRun.cpp66 RenderRubyText* RenderRubyRun::rubyText() const function in class:blink::RenderRubyRun
203 RenderRubyText* rt = rubyText();
216 RenderRubyText* rt = rubyText();
266 RenderRubyText* rubyText = this->rubyText(); local
268 if (!rubyBase || !rubyText)
294 int halfWidthOfFontSize = rubyText->style(firstLine)->fontSize() / 2;
H A DInlineFlowBox.cpp1212 RenderRubyText* rubyText = rubyRun.rubyText(); local
1213 if (!rubyText)
1217 LayoutUnit topOfFirstRubyTextLine = rubyText->logicalTop() + (rubyText->firstRootBox() ? rubyText->firstRootBox()->lineTop() : LayoutUnit());
1223 LayoutUnit bottomOfLastRubyTextLine = rubyText->logicalTop() + (rubyText->lastRootBox() ? rubyText->lastRootBox()->lineBottom() : rubyText
1260 RenderRubyText* rubyText = rubyRun.rubyText(); local
[all...]

Completed in 293 milliseconds