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 65 return lastChild() && lastChild()->isRubyBase();
80 return child && child->isRubyBase() ? static_cast<RenderRubyBase*>(child) : 0;
RenderObject.h 363 virtual bool isRubyBase() const { return false; }
    [all...]
InlineTextBox.cpp 458 if (!containingBlock->isRubyBase())
    [all...]
RenderBlock.cpp     [all...]

Completed in 109 milliseconds