Searched refs:postBox (Results 1 – 1 of 1) sorted by relevance
4615 RenderBox* postBox = boxToSplit->createAnonymousBoxWithSameTypeAs(this); in splitAnonymousBoxesAroundChild() local4616 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()