Home
last modified time | relevance | path

Searched refs:m_lastAdded (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DChildListMutationScope.cpp51 , 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()
DChildListMutationScope.h70 Node* m_lastAdded; variable