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

  /external/webkit/WebCore/rendering/
RenderRubyRun.h 53 bool hasRubyText() const;
RenderRubyRun.cpp 63 bool RenderRubyRun::hasRubyText() const
79 return !hasRubyText() && !hasRubyBase();
126 ASSERT(!hasRubyText());
RenderRuby.cpp 103 if (!lastRun || lastRun->hasRubyText()) {
173 if (!lastRun || lastRun->hasRubyText()) {

Completed in 780 milliseconds