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

  /external/webkit/Source/WebCore/rendering/
RenderRubyRun.cpp 79 RenderRubyBase* RenderRubyRun::rubyBase() const
87 RenderRubyBase* base = rubyBase();
158 RenderRubyBase* base = rubyBase();
178 RenderBlock* base = rubyBase();
246 if (RenderRubyBase* rb = rubyBase()) {
256 if (RenderRubyBase* rb = rubyBase()) {
278 RenderRubyBase* rubyBase = this->rubyBase();
281 if (!rubyBase || !rubyText)
284 if (!rubyBase->firstRootBox()
    [all...]
RenderRubyRun.h 53 RenderRubyBase* rubyBase() const;
InlineFlowBox.cpp 650 if (RenderRubyBase* rubyBase = rubyRun->rubyBase()) {
651 int bottomRubyBaseLeading = (curr->logicalHeight() - rubyBase->logicalBottom()) + rubyBase->logicalHeight() - (rubyBase->lastRootBox() ? rubyBase->lastRootBox()->lineBottom() : 0);
652 int topRubyBaseLeading = rubyBase->logicalTop() + (rubyBase->firstRootBox() ? rubyBase->firstRootBox()->lineTop() : 0);
    [all...]

Completed in 160 milliseconds