Searched defs:newBlockBox (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderInline.cpp461 void RenderInline::splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox, argument
489 block->children()->insertChildNode(block, newBlockBox, boxFirst);
503 splitInlines(pre, post, newBlockBox, beforeChild, oldCont);
505 // We already know the newBlockBox isn't going to contain inline kids, so avoid wasting
507 newBlockBox->setChildrenInline(false);
509 newBlockBox->addChild(newChild);
H A DRenderBlock.cpp676 void RenderBlock::splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox, argument
706 block->children()->insertChildNode(block, newBlockBox, boxFirst);
713 splitBlocks(pre, post, newBlockBox, beforeChild, oldCont);
715 // We already know the newBlockBox isn't going to contain inline kids, so avoid wasting
717 newBlockBox->setChildrenInline(false);
719 newBlockBox->addChild(newChild);
729 void RenderBlock::makeChildrenAnonymousColumnBlocks(RenderObject* beforeChild, RenderBlockFlow* newBlockBox, RenderObject* newChild) argument
755 block->children()->insertChildNode(block, newBlockBox, boxFirst);
764 // We already know the newBlockBox isn't going to contain inline kids, so avoid wasting
766 newBlockBox
[all...]

Completed in 152 milliseconds