Searched refs:newBlockBox (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
H A D | RenderInline.h | 132 void splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox,
|
H A D | RenderBlock.h | 449 void makeChildrenAnonymousColumnBlocks(RenderObject* beforeChild, RenderBlockFlow* newBlockBox, RenderObject* newChild); 453 void splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox,
|
H A D | RenderInline.cpp | 442 void RenderInline::splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox, argument 470 block->children()->insertChildNode(block, newBlockBox, boxFirst); 484 splitInlines(pre, post, newBlockBox, beforeChild, oldCont); 486 // We already know the newBlockBox isn't going to contain inline kids, so avoid wasting 488 newBlockBox->setChildrenInline(false); 490 newBlockBox->addChild(newChild);
|
H A D | RenderBlock.cpp | 657 void RenderBlock::splitFlow(RenderObject* beforeChild, RenderBlock* newBlockBox, argument 687 block->children()->insertChildNode(block, newBlockBox, boxFirst); 694 splitBlocks(pre, post, newBlockBox, beforeChild, oldCont); 696 // We already know the newBlockBox isn't going to contain inline kids, so avoid wasting 698 newBlockBox->setChildrenInline(false); 700 newBlockBox->addChild(newChild); 710 void RenderBlock::makeChildrenAnonymousColumnBlocks(RenderObject* beforeChild, RenderBlockFlow* newBlockBox, RenderObject* newChild) argument 736 block->children()->insertChildNode(block, newBlockBox, boxFirst); 745 // We already know the newBlockBox isn't going to contain inline kids, so avoid wasting 747 newBlockBox [all...] |
Completed in 259 milliseconds