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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyRun.cpp 83 RenderRubyBase* RenderRubyRun::rubyBase() const
91 RenderRubyBase* base = rubyBase();
162 RenderRubyBase* base = rubyBase();
174 ASSERT(!rubyBase()->firstChild());
183 RenderBlock* base = rubyBase();
253 if (RenderRubyBase* rb = rubyBase()) {
263 if (RenderRubyBase* rb = rubyBase()) {
284 RenderRubyBase* rubyBase = this->rubyBase();
287 if (!rubyBase || !rubyText
    [all...]
RenderRubyRun.h 52 RenderRubyBase* rubyBase() const;
InlineFlowBox.cpp 675 if (RenderRubyBase* rubyBase = rubyRun->rubyBase()) {
676 LayoutUnit bottomRubyBaseLeading = (curr->logicalHeight() - rubyBase->logicalBottom()) + rubyBase->logicalHeight() - (rubyBase->lastRootBox() ? rubyBase->lastRootBox()->lineBottom() : LayoutUnit());
677 LayoutUnit topRubyBaseLeading = rubyBase->logicalTop() + (rubyBase->firstRootBox() ? rubyBase->firstRootBox()->lineTop() : LayoutUnit());
    [all...]

Completed in 274 milliseconds