Searched refs:setLastChild (Results 1 – 9 of 9) sorted by relevance
102 setLastChild(oldChild->previousSibling()); in removeChildNode()151 setLastChild(newChild); in insertChildNode()
49 void setLastChild(RenderObject* child) { m_lastChild = child; } in setLastChild() function
523 void setLastChild(RenderLayer* last) { m_last = last; } in setLastChild() function
1037 m_children.setLastChild(lastAnChild); in removeLeftoverAnonymousBlock()1042 m_children.setLastChild(child->previousSibling()); in removeLeftoverAnonymousBlock()
1379 setLastChild(child); in addChild()
107 container.setLastChild(0); in addChildNodesToDeletionQueue()
103 setLastChild(textNode.get()); in createTextChild()
183 void setLastChild(Node* child) { m_lastChild = child; } in setLastChild() function
284 setLastChild(&child); in appendChildCommon()