innerPatchChildren  159 Source/core/inspector/DOMPatchSupport.cpp     if (!innerPatchChildren(parentNode, oldList, newList, exceptionState)) {
innerPatchChildren  210 Source/core/inspector/DOMPatchSupport.cpp     bool result = innerPatchChildren(oldElement, oldDigest->m_children, newDigest->m_children, exceptionState);
innerPatchChildren   65 Source/core/inspector/DOMPatchSupport.h     bool innerPatchChildren(ContainerNode*, const Vector<OwnPtr<Digest> >& oldChildren, const Vector<OwnPtr<Digest> >& newChildren, ExceptionState&);