Searched refs:newBlockBox (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderInline.cpp | 461 void RenderInline::splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox, in splitFlow() argument 489 block->children()->insertChildNode(block, newBlockBox, boxFirst); in splitFlow() 503 splitInlines(pre, post, newBlockBox, beforeChild, oldCont); in splitFlow() 507 newBlockBox->setChildrenInline(false); in splitFlow() 509 newBlockBox->addChild(newChild); in splitFlow()
|
D | RenderBlock.h | 422 …void makeChildrenAnonymousColumnBlocks(RenderObject* beforeChild, RenderBlockFlow* newBlockBox, Re… 426 void splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox,
|
D | RenderInline.h | 132 void splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox,
|
D | RenderBlock.cpp | 676 void RenderBlock::splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox, in splitFlow() argument 706 block->children()->insertChildNode(block, newBlockBox, boxFirst); in splitFlow() 713 splitBlocks(pre, post, newBlockBox, beforeChild, oldCont); in splitFlow() 717 newBlockBox->setChildrenInline(false); in splitFlow() 719 newBlockBox->addChild(newChild); in splitFlow() 729 …ldrenAnonymousColumnBlocks(RenderObject* beforeChild, RenderBlockFlow* newBlockBox, RenderObject* … in makeChildrenAnonymousColumnBlocks() argument 755 block->children()->insertChildNode(block, newBlockBox, boxFirst); in makeChildrenAnonymousColumnBlocks() 766 newBlockBox->setChildrenInline(false); in makeChildrenAnonymousColumnBlocks() 768 newBlockBox->addChild(newChild); in makeChildrenAnonymousColumnBlocks()
|