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

  /external/webkit/Source/WebCore/rendering/
RenderRubyBase.h 47 virtual bool isRubyBase() const { return true; }
RenderRubyRun.cpp 65 return lastChild() && lastChild()->isRubyBase();
82 return child && child->isRubyBase() ? static_cast<RenderRubyBase*>(child) : 0;
RenderObject.h 285 virtual bool isRubyBase() const { return false; }
    [all...]
InlineTextBox.cpp 448 if (!containingBlock->isRubyBase())
    [all...]
RenderBlock.cpp     [all...]

Completed in 1061 milliseconds