Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DDOMPatchSupport.cpp161 bool DOMPatchSupport::innerPatchNode(Digest* oldDigest, Digest* newDigest, ExceptionState& exceptio… in innerPatchNode() argument
163 if (oldDigest->m_sha1 == newDigest->m_sha1) in innerPatchNode()
166 Node* oldNode = oldDigest->m_node; in innerPatchNode()
183 if (oldDigest->m_attrsSHA1 != newDigest->m_attrsSHA1) { in innerPatchNode()
204 …bool result = innerPatchChildren(oldElement, oldDigest->m_children, newDigest->m_children, excepti… in innerPatchNode()
458 bool DOMPatchSupport::removeChildAndMoveToNew(Digest* oldDigest, ExceptionState& exceptionState) in removeChildAndMoveToNew() argument
460 RefPtr<Node> oldNode = oldDigest->m_node; in removeChildAndMoveToNew()
469 UnusedNodesMap::iterator it = m_unusedNodesMap.find(oldDigest->m_sha1); in removeChildAndMoveToNew()
480 for (size_t i = 0; i < oldDigest->m_children.size(); ++i) { in removeChildAndMoveToNew()
481 if (!removeChildAndMoveToNew(oldDigest->m_children[i].get(), exceptionState)) in removeChildAndMoveToNew()