Home
last modified time | relevance | path

Searched refs:isRuby (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderRuby.h63 virtual bool isRuby() const { return true; } in isRuby() function
79 virtual bool isRuby() const { return true; } in isRuby() function
DRenderRuby.cpp46 || !object->parent()->isRuby() in isAnonymousRubyInlineBlock()
52 && object->parent()->isRuby() in isAnonymousRubyInlineBlock()
DRenderRubyRun.cpp125 ASSERT(ruby->isRuby()); in addChild()
206 ASSERT(parentRuby && parentRuby->isRuby()); in staticCreateRubyRun()
DRenderObject.h284 virtual bool isRuby() const { return false; } in isRuby() function
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2920820 (WebCore::RenderRubyAsInline::isRuby): made private
20824 (WebCore::RenderRubyAsBlock::isRuby): made private
38329 (WebCore::RenderObject::isRuby):
38350 (WebCore::RenderRubyAsInline::isRuby):
38352 (WebCore::RenderRubyAsBlock::isRuby):