HomeSort by relevance Sort by last modified time
    Searched refs:hasRubyBase (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderRubyRun.h 54 bool hasRubyBase() const;
RenderRubyRun.cpp 70 bool RenderRubyRun::hasRubyBase() const
79 return !hasRubyText() && !hasRubyBase();
146 if (hasRubyBase()) {
175 if (rightRun->hasRubyBase()) {

Completed in 705 milliseconds