Home | History | Annotate | Download | only in rendering

Lines Matching defs:nextBlock

1025         RenderBlock* nextBlock = toRenderBlock(next);
1029 RenderBlock* inlineChildrenBlock = prev->childrenInline() ? prevBlock : nextBlock;
1030 RenderBlock* blockChildrenBlock = prev->childrenInline() ? nextBlock : prevBlock;
1055 nextBlock->moveAllChildrenTo(prevBlock, nextBlock->hasLayer() || prevBlock->hasLayer());
1058 nextBlock->deleteLineBoxTree();
1059 nextBlock->destroy();
3886 RenderBlock* nextBlock = toRenderBlock(next);
3887 if (nextBlock->containsFloat(floatingBox))
3888 nextBlock->markAllDescendantsWithFloatsForLayout(floatingBox);