Searched refs:innerPatchChildren (Results 1 – 2 of 2) sorted by relevance
65 …bool innerPatchChildren(ContainerNode*, const Vector<OwnPtr<Digest> >& oldChildren, const Vector<O…
153 if (!innerPatchChildren(parentNode, oldList, newList, exceptionState)) { in patchNode()204 …bool result = innerPatchChildren(oldElement, oldDigest->m_children, newDigest->m_children, excepti… in innerPatchNode()297 bool DOMPatchSupport::innerPatchChildren(ContainerNode* parentNode, const Vector<OwnPtr<Digest> >& … in innerPatchChildren() function in WebCore::DOMPatchSupport