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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderRubyRun.h 48 bool hasRubyText() const;
RenderRubyRun.cpp 55 bool RenderRubyRun::hasRubyText() const
71 return !hasRubyText() && !hasRubyBase();
120 ASSERT(!hasRubyText());
RenderRuby.cpp 184 if (!lastRun || lastRun->hasRubyText()) {
290 if (!lastRun || lastRun->hasRubyText()) {

Completed in 25 milliseconds