Home | History | Annotate | Download | only in rendering

Lines Matching refs:newBox

250         RenderBlock* newBox = new (renderArena()) RenderBlock(document() /* anonymous box */);
251 newBox->setStyle(newStyle.release());
253 setContinuation(newBox);
265 splitFlow(beforeChild, newBox, newChild, oldContinuation);
1197 RenderBlock* newBox = containingBlock()->createAnonymousBlock();
1199 setContinuation(newBox);
1202 splitFlow(beforeChild, newBox, child, oldContinuation);