Home
last modified time | relevance | path

Searched refs:hasRubyText (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderRubyRun.cpp55 bool RenderRubyRun::hasRubyText() const in hasRubyText() function in WebCore::RenderRubyRun
71 return !hasRubyText() && !hasRubyBase(); in isEmpty()
120 ASSERT(!hasRubyText()); in addChild()
DRenderRubyRun.h48 bool hasRubyText() const;
DRenderRuby.cpp184 if (!lastRun || lastRun->hasRubyText()) { in addChild()
290 if (!lastRun || lastRun->hasRubyText()) { in addChild()