Searched refs:postBox (Results 1 – 1 of 1) sorted by relevance
4926 RenderBox* postBox = boxToSplit->createAnonymousBoxWithSameTypeAs(this); in splitAnonymousBoxesAroundChild() local4927 postBox->setChildrenInline(boxToSplit->childrenInline()); in splitAnonymousBoxesAroundChild()4933 … parentBox->virtualChildren()->insertChildNode(parentBox, postBox, boxToSplit->nextSibling()); in splitAnonymousBoxesAroundChild()4934 boxToSplit->moveChildrenTo(postBox, beforeChild, 0, true); in splitAnonymousBoxesAroundChild()4937 markBoxForRelayoutAfterSplit(postBox); in splitAnonymousBoxesAroundChild()4939 beforeChild = postBox; in splitAnonymousBoxesAroundChild()