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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRuby.h 66 virtual bool isRuby() const OVERRIDE { return true; }
84 virtual bool isRuby() const OVERRIDE { return true; }
RenderRuby.cpp 46 || !object->parent()->isRuby()
52 && object->parent()->isRuby()
RenderRubyRun.cpp 112 ASSERT(ruby->isRuby());
192 ASSERT(parentRuby && parentRuby->isRuby());
RenderObject.h 390 virtual bool isRuby() const { return false; }
    [all...]

Completed in 34 milliseconds