Searched refs:setLastChild (Results 1 – 8 of 8) sorted by relevance
105 setLastChild(oldChild->previousSibling()); in removeChildNode()154 setLastChild(newChild); in insertChildNode()
52 void setLastChild(RenderObject* child) { m_lastChild = child; } in setLastChild() function
543 void setLastChild(RenderLayer* last) { m_last = last; } in setLastChild() function
1053 m_children.setLastChild(lastAnChild); in removeLeftoverAnonymousBlock()1058 m_children.setLastChild(child->previousSibling()); in removeLeftoverAnonymousBlock()
1225 setLastChild(child); in addChild()
101 setLastChild(textNode.get()); in createTextChild()
213 void setLastChild(Node* child) { m_lastChild = child; } in setLastChild() function
293 setLastChild(&child); in appendChildCommon()507 container.setLastChild(0); in addChildNodesToDeletionQueue()