Searched refs:firstAnChild (Results 1 – 1 of 1) sorted by relevance
952 RenderObject* firstAnChild = child->m_children.firstChild(); in removeLeftoverAnonymousBlock() local954 if (firstAnChild) { in removeLeftoverAnonymousBlock()955 RenderObject* o = firstAnChild; in removeLeftoverAnonymousBlock()960 firstAnChild->setPreviousSibling(child->previousSibling()); in removeLeftoverAnonymousBlock()963 child->previousSibling()->setNextSibling(firstAnChild); in removeLeftoverAnonymousBlock()968 m_children.setFirstChild(firstAnChild); in removeLeftoverAnonymousBlock()