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

  /external/webkit/Source/WebCore/rendering/
RenderRubyRun.h 49 bool hasRubyText() const;
RenderRubyRun.cpp 54 bool RenderRubyRun::hasRubyText() const
70 return !hasRubyText() && !hasRubyBase();
116 ASSERT(!hasRubyText());
RenderRuby.cpp 186 if (!lastRun || lastRun->hasRubyText()) {
293 if (!lastRun || lastRun->hasRubyText()) {

Completed in 29 milliseconds