Home | History | Annotate | Download | only in rendering

Lines Matching refs:afterChild

783         RenderObject* afterChild = beforeChild ? beforeChild->previousSibling() : lastChild();
785 if (afterChild && afterChild->isAnonymousBlock()) {
786 afterChild->addChild(newChild);