Searched refs:newBlockBox (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderInline.cpp | 431 void RenderInline::splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox, in splitFlow() argument 459 block->children()->insertChildNode(block, newBlockBox, boxFirst); in splitFlow() 473 splitInlines(pre, post, newBlockBox, beforeChild, oldCont); in splitFlow() 477 newBlockBox->setChildrenInline(false); in splitFlow() 479 newBlockBox->addChild(newChild); in splitFlow()
|
D | RenderInline.h | 129 void splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox,
|
D | RenderBlock.h | 600 …void makeChildrenAnonymousColumnBlocks(RenderObject* beforeChild, RenderBlockFlow* newBlockBox, Re… 606 void splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox,
|
D | RenderBlock.cpp | 577 void RenderBlock::splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox, in splitFlow() argument 607 block->children()->insertChildNode(block, newBlockBox, boxFirst); in splitFlow() 614 splitBlocks(pre, post, newBlockBox, beforeChild, oldCont); in splitFlow() 618 newBlockBox->setChildrenInline(false); in splitFlow() 620 newBlockBox->addChild(newChild); in splitFlow() 630 …ldrenAnonymousColumnBlocks(RenderObject* beforeChild, RenderBlockFlow* newBlockBox, RenderObject* … in makeChildrenAnonymousColumnBlocks() argument 656 block->children()->insertChildNode(block, newBlockBox, boxFirst); in makeChildrenAnonymousColumnBlocks() 667 newBlockBox->setChildrenInline(false); in makeChildrenAnonymousColumnBlocks() 669 newBlockBox->addChild(newChild); in makeChildrenAnonymousColumnBlocks()
|