Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMPatchSupport.h63 bool innerPatchNode(Digest* oldNode, Digest* newNode, ExceptionState&);
DDOMPatchSupport.cpp106 if (!innerPatchNode(oldInfo.get(), newInfo.get(), IGNORE_EXCEPTION)) { in patchDocument()
166 bool DOMPatchSupport::innerPatchNode(Digest* oldDigest, Digest* newDigest, ExceptionState& exceptio… in innerPatchNode() function in WebCore::DOMPatchSupport
375 if (!innerPatchNode(it->value, it->key, exceptionState)) in innerPatchChildren()