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

  /external/webkit/Source/WebCore/rendering/
RenderRubyRun.h 50 bool hasRubyBase() const;
RenderRubyRun.cpp 61 bool RenderRubyRun::hasRubyBase() const
70 return !hasRubyText() && !hasRubyBase();
135 } else if (hasRubyBase()) {
163 if (rightRun->hasRubyBase()) {

Completed in 775 milliseconds