Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBox.cpp4615 RenderBox* postBox = boxToSplit->createAnonymousBoxWithSameTypeAs(this); in splitAnonymousBoxesAroundChild() local
4616 postBox->setChildrenInline(boxToSplit->childrenInline()); in splitAnonymousBoxesAroundChild()
4622 … parentBox->virtualChildren()->insertChildNode(parentBox, postBox, boxToSplit->nextSibling()); in splitAnonymousBoxesAroundChild()
4623 boxToSplit->moveChildrenTo(postBox, beforeChild, 0, true); in splitAnonymousBoxesAroundChild()
4626 markBoxForRelayoutAfterSplit(postBox); in splitAnonymousBoxesAroundChild()
4628 beforeChild = postBox; in splitAnonymousBoxesAroundChild()