Searched refs:hasRubyBase (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderRubyRun.cpp70 bool RenderRubyRun::hasRubyBase() const function in class:WebCore::RenderRubyRun
79 return !hasRubyText() && !hasRubyBase();
146 ASSERT(hasRubyBase()); // Otherwise beforeChild would be borked.
174 ASSERT(rightRun->hasRubyBase());
H A DRenderRubyRun.h54 bool hasRubyBase() const;

Completed in 10 milliseconds