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

  /external/webkit/Source/WebCore/rendering/
RenderRuby.h 66 virtual bool isRuby() const { return true; }
85 virtual bool isRuby() const { return true; }
RenderRuby.cpp 46 || !object->parent()->isRuby()
52 && object->parent()->isRuby()
RenderRubyRun.cpp 125 ASSERT(ruby->isRuby());
206 ASSERT(parentRuby && parentRuby->isRuby());
RenderObject.h 284 virtual bool isRuby() const { return false; }
    [all...]

Completed in 2094 milliseconds