Home | History | Annotate | Download | only in rendering

Lines Matching refs:currBlock

286                 RenderBlock* currBlock = toRenderBlock(curr);
288 if (currBlock->hasOverhangingFloats()) {
291 if (currBlock->hasOverhangingFloat(renderer)) {
292 parentBlock = currBlock;
428 RenderBlock* currBlock = toRenderBlock(curr);
429 if (currBlock->style()->specifiesColumns() && (allowAnonymousColumnBlock || !currBlock->isAnonymousColumnsBlock()))
430 return currBlock;
432 if (currBlock->isAnonymousColumnSpanBlock())
1562 RenderBlock* currBlock = toRenderBlock(curr);
1585 // Now insert the new child under |currBlock|. Use addChild instead of insertChildNode since it handles correct placement of the children, esp where we cannot insert
1587 currBlock->addChild(inlineRunIn, currBlock->firstChild());