Home | History | Annotate | Download | only in rendering

Lines Matching refs:blockElementContinuation

243         for (RenderBlock* currCont = blockElementContinuation(); currCont; currCont = currCont->blockElementContinuation()) {
2663 RenderBlock* RenderBlock::blockElementContinuation() const
2670 return nextContinuation->blockElementContinuation();