Home
last modified time | relevance | path

Searched refs:innerPatchChildren (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMPatchSupport.h65 …bool innerPatchChildren(ContainerNode*, const Vector<OwnPtr<Digest> >& oldChildren, const Vector<O…
DDOMPatchSupport.cpp153 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