HomeSort by relevance Sort by last modified time
    Searched defs:isRubyRun (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyRun.h 75 virtual bool isRubyRun() const { return true; }
82 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderRubyRun, isRubyRun());
RenderObject.h 357 virtual bool isRubyRun() const { return false; }
    [all...]

Completed in 97 milliseconds