Searched refs:innerPatchNode (Results 1 – 2 of 2) sorted by relevance
63 bool innerPatchNode(Digest* oldNode, Digest* newNode, ExceptionState&);
106 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::DOMPatchSupport375 if (!innerPatchNode(it->value, it->key, exceptionState)) in innerPatchChildren()