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

  /external/webkit/WebCore/rendering/
RenderRuby.cpp 47 ASSERT(!child || child->isRubyRun());
53 while (child && !child->isRubyRun())
72 || child->isRubyRun()
81 if (child->isRubyRun()) {
88 ASSERT(!beforeChild->isRubyRun());
115 ASSERT(child->isRubyRun() || child->isAfterContent());
141 || child->isRubyRun()
150 if (child->isRubyRun()) {
157 ASSERT(!beforeChild->isRubyRun());
159 while (run && !run->isRubyRun())
    [all...]
RenderRubyRun.h 73 virtual bool isRubyRun() const { return true; }
RenderRubyRun.cpp 172 if (base && rightNeighbour && rightNeighbour->isRubyRun()) {
RenderObject.h 290 virtual bool isRubyRun() const { return false; }
    [all...]

Completed in 21 milliseconds