Searched refs:isRuby (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderRuby.h66 virtual bool isRuby() const { return true; } function in class:WebCore::RenderRubyAsInline
85 virtual bool isRuby() const { return true; } function in class:WebCore::RenderRubyAsBlock
H A DRenderRuby.cpp46 || !object->parent()->isRuby()
52 && object->parent()->isRuby()
H A DRenderRubyRun.cpp125 ASSERT(ruby->isRuby());
206 ASSERT(parentRuby && parentRuby->isRuby());
H A DRenderObject.h284 virtual bool isRuby() const { return false; } function in class:WebCore::RenderObject

Completed in 67 milliseconds