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

  /external/webkit/WebCore/rendering/
RenderRubyBase.h 47 virtual bool isRubyBase() const { return true; }
RenderRubyRun.cpp 74 return lastChild() && lastChild()->isRubyBase();
91 return child && child->isRubyBase() ? static_cast<RenderRubyBase*>(child) : 0;
RenderObject.h 289 virtual bool isRubyBase() const { return false; }
    [all...]

Completed in 458 milliseconds