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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyBase.h 48 virtual bool isRubyBase() const OVERRIDE { return true; }
RenderRubyRun.cpp 63 return lastChild() && lastChild()->isRubyBase();
78 return child && child->isRubyBase() ? static_cast<RenderRubyBase*>(child) : 0;
InlineTextBox.cpp 367 if (!containingBlock->isRubyBase())
    [all...]
RenderObject.h 391 virtual bool isRubyBase() const { return false; }
    [all...]
RenderBlock.cpp     [all...]

Completed in 929 milliseconds