removedNodes 129 Source/core/dom/ChildListMutationScope.cpp RefPtr<NodeList> removedNodes = StaticNodeList::adopt(m_removedNodes); removedNodes 130 Source/core/dom/ChildListMutationScope.cpp RefPtr<MutationRecord> record = MutationRecord::createChildList(m_target, addedNodes.release(), removedNodes.release(), m_previousSibling.release(), m_nextSibling.release()); removedNodes 138 Source/core/dom/MutationRecord.cpp virtual NodeList* removedNodes() OVERRIDE { return m_record->removedNodes(); } removedNodes 63 Source/core/dom/MutationRecord.h virtual NodeList* removedNodes() = 0; removedNodes 200 Source/core/dom/TreeScopeStyleSheetCollection.cpp if (ListHashSet<Node*, 4>* removedNodes = scopingNodesRemoved()) { removedNodes 201 Source/core/dom/TreeScopeStyleSheetCollection.cpp for (ListHashSet<Node*, 4>::iterator it = removedNodes->begin(); it != removedNodes->end(); ++it)