Searched refs:createChildList (Results 1 – 3 of 3) sorted by relevance
47 …static PassRefPtr<MutationRecord> createChildList(PassRefPtr<Node> target, PassRefPtr<NodeList> ad…
130 …RefPtr<MutationRecord> record = MutationRecord::createChildList(m_target, addedNodes.release(), re… in enqueueMutationRecord()
169 PassRefPtr<MutationRecord> MutationRecord::createChildList(PassRefPtr<Node> target, PassRefPtr<Node… in createChildList() function in WebCore::MutationRecord