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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyRun.h 49 bool hasRubyBase() const;
RenderRubyRun.cpp 62 bool RenderRubyRun::hasRubyBase() const
71 return !hasRubyText() && !hasRubyBase();
139 } else if (hasRubyBase()) {
167 if (rightRun->hasRubyBase()) {

Completed in 25 milliseconds