Searched refs:m_lastAdded (Results 1 – 2 of 2) sorted by relevance
51 , m_lastAdded(0) in ChildListMutationAccumulator()78 …return isEmpty() || (m_lastAdded == child->previousSibling() && m_nextSibling == child->nextSiblin… in isAddedNodeInOrder()95 m_lastAdded = child.get(); in childAdded()116 m_lastAdded = child->previousSibling(); in willRemoveChild()132 m_lastAdded = 0; in enqueueMutationRecord()143 ASSERT(!m_lastAdded); in isEmpty()
70 Node* m_lastAdded; variable