HomeSort by relevance Sort by last modified time
    Searched full:rubybase (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyRun.cpp 75 RenderRubyBase* RenderRubyRun::rubyBase() const
83 RenderRubyBase* base = rubyBase();
145 RenderRubyBase* base = rubyBase();
157 ASSERT(!rubyBase()->firstChild());
166 RenderBlock* base = rubyBase();
234 if (RenderRubyBase* rb = rubyBase()) {
244 if (RenderRubyBase* rb = rubyBase()) {
265 RenderRubyBase* rubyBase = this->rubyBase();
268 if (!rubyBase || !rubyText
    [all...]
RenderRubyRun.h 51 RenderRubyBase* rubyBase() const;
InlineFlowBox.cpp 688 if (RenderRubyBase* rubyBase = rubyRun.rubyBase()) {
689 LayoutUnit bottomRubyBaseLeading = (curr->logicalHeight() - rubyBase->logicalBottom()) + rubyBase->logicalHeight() - (rubyBase->lastRootBox() ? rubyBase->lastRootBox()->lineBottom() : LayoutUnit());
690 LayoutUnit topRubyBaseLeading = rubyBase->logicalTop() + (rubyBase->firstRootBox() ? rubyBase->firstRootBox()->lineTop() : LayoutUnit());
    [all...]

Completed in 1471 milliseconds