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;
429 RenderBlock* currBlock = toRenderBlock(curr);
430 if (!currBlock->createsAnonymousWrapper())
431 firstChildIgnoringAnonymousWrappers = currBlock;
433 if (currBlock->style()->specifiesColumns() && (allowAnonymousColumnBlock || !currBlock->isAnonymousColumnsBlock()))
436 if (currBlock->isAnonymousColumnSpanBlock())
1577 RenderBlock* currBlock = toRenderBlock(curr);
1605 // 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
1607 currBlock->addChild(inlineRunIn, currBlock->firstChild());