Home
last modified time | relevance | path

Searched refs:boxFirst (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderInline.cpp456 RenderObject* boxFirst = madeNewBeforeBlock ? block->firstChild() : pre->nextSibling(); in splitFlow() local
458 block->children()->insertChildNode(block, pre, boxFirst); in splitFlow()
459 block->children()->insertChildNode(block, newBlockBox, boxFirst); in splitFlow()
460 block->children()->insertChildNode(block, post, boxFirst); in splitFlow()
464 RenderObject* o = boxFirst; in splitFlow()
DRenderBlock.cpp604 RenderObject* boxFirst = madeNewBeforeBlock ? block->firstChild() : pre->nextSibling(); in splitFlow() local
606 block->children()->insertChildNode(block, pre, boxFirst); in splitFlow()
607 block->children()->insertChildNode(block, newBlockBox, boxFirst); in splitFlow()
608 block->children()->insertChildNode(block, post, boxFirst); in splitFlow()
612 block->moveChildrenTo(pre, boxFirst, 0, true); in splitFlow()
653 RenderObject* boxFirst = block->firstChild(); in makeChildrenAnonymousColumnBlocks() local
655 block->children()->insertChildNode(block, pre, boxFirst); in makeChildrenAnonymousColumnBlocks()
656 block->children()->insertChildNode(block, newBlockBox, boxFirst); in makeChildrenAnonymousColumnBlocks()
658 block->children()->insertChildNode(block, post, boxFirst); in makeChildrenAnonymousColumnBlocks()
662 block->moveChildrenTo(pre, boxFirst, beforeChild, true); in makeChildrenAnonymousColumnBlocks()