Home | History | Annotate | Download | only in rendering

Lines Matching refs:inlineElementContinuation

117 RenderInline* RenderInline::inlineElementContinuation() const
122 return toRenderBlock(continuation)->inlineElementContinuation();
153 RenderInline* cont = toRenderBlock(block)->inlineElementContinuation();
187 RenderInline* continuation = inlineElementContinuation();
188 for (RenderInline* currCont = continuation; currCont; currCont = currCont->inlineElementContinuation()) {
284 return toRenderBlock(renderer)->inlineElementContinuation();
831 c = toRenderBlock(c)->inlineElementContinuation();