Home
last modified time | relevance | path

Searched refs:isRubyText (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderRubyRun.cpp58 return firstChild() && firstChild()->isRubyText(); in hasRubyText()
76 return child && child->isRubyText() ? static_cast<RenderRubyText*>(child) : 0; in rubyText()
106 return child->isRubyText() || child->isInline(); in isChildAllowed()
113 if (child->isRubyText()) { in addChild()
119 } else if (beforeChild->isRubyText()) { in addChild()
147 if (beforeChild && beforeChild->isRubyText()) in addChild()
157 if (!beingDestroyed() && !documentBeingDestroyed() && child->isRubyText()) { in removeChild()
DRenderRubyText.h45 virtual bool isRubyText() const { return true; } in isRubyText() function
DRenderObject.h287 virtual bool isRubyText() const { return false; } in isRubyText() function
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2938332 (WebCore::RenderObject::isRubyText):
38387 (WebCore::RenderRubyText::isRubyText):