Home | History | Annotate | Download | only in rendering

Lines Matching refs:isRubyRun

47         || object->isRubyRun()
54 && !object->isRubyRun();
96 if (child && !child->isRubyRun())
98 ASSERT(!child || child->isRubyRun() || child->isBeforeContent() || child == rubyBeforeBlock(ruby));
99 return child && child->isRubyRun() ? toRenderRubyRun(child) : 0;
104 while (child && !child->isRubyRun())
161 if (child->isRubyRun()) {
168 ASSERT(!beforeChild->isRubyRun());
170 while (run && !run->isRubyRun())
196 ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRubyInlineBlock(child));
267 if (child->isRubyRun()) {
274 ASSERT(!beforeChild->isRubyRun());
276 while (run && !run->isRubyRun())
302 ASSERT(child->isRubyRun() || child->isBeforeContent() || child->isAfterContent() || isAnonymousRubyInlineBlock(child));