Searched refs:m_removedNodes (Results 1 – 3 of 3) sorted by relevance
50 , m_removedNodes(removed) in ChildListRecord()60 visitor->trace(m_removedNodes); in trace()70 virtual StaticNodeList* removedNodes() OVERRIDE { return m_removedNodes.get(); } in removedNodes()76 RefPtrWillBeMember<StaticNodeList> m_removedNodes; member in blink::__anonee6cb0580111::ChildListRecord93 visitor->trace(m_removedNodes); in trace()101 …l StaticNodeList* removedNodes() OVERRIDE { return lazilyInitializeEmptyNodeList(m_removedNodes); } in removedNodes()113 RefPtrWillBeMember<StaticNodeList> m_removedNodes; member in blink::__anonee6cb0580111::RecordWithEmptyNodeLists
131 m_removedNodes.append(child.release()); in willRemoveChild()140 RefPtrWillBeRawPtr<StaticNodeList> removedNodes = StaticNodeList::adopt(m_removedNodes); in enqueueMutationRecord()149 bool result = m_removedNodes.isEmpty() && m_addedNodes.isEmpty(); in isEmpty()163 visitor->trace(m_removedNodes); in trace()
79 WillBeHeapVector<RefPtrWillBeMember<Node> > m_removedNodes; variable