Home | History | Annotate | Download | only in rendering

Lines Matching refs:isRubyRun

47         || object->isRubyRun()
54 && !object->isRubyRun();
98 if (child && !child->isRubyRun())
100 ASSERT(!child || child->isRubyRun() || child->isBeforeContent() || child == rubyBeforeBlock(ruby));
101 return child && child->isRubyRun() ? static_cast<RenderRubyRun*>(child) : 0;
106 while (child && !child->isRubyRun())
163 if (child->isRubyRun()) {
170 ASSERT(!beforeChild->isRubyRun());
172 while (run && !run->isRubyRun())
198 ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRubyInlineBlock(child));
270 if (child->isRubyRun()) {
277 ASSERT(!beforeChild->isRubyRun());
279 while (run && !run->isRubyRun())
305 ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRubyInlineBlock(child));