Searched refs:removeChildAndMoveToNew (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMPatchSupport.h70 bool removeChildAndMoveToNew(Digest*, ExceptionState&);
H A DDOMPatchSupport.cpp336 if (!removeChildAndMoveToNew(oldList[i].get(), exceptionState))
340 if (!removeChildAndMoveToNew(oldList[i].get(), exceptionState))
458 bool DOMPatchSupport::removeChildAndMoveToNew(Digest* oldDigest, ExceptionState& exceptionState) function in class:blink::DOMPatchSupport
481 if (!removeChildAndMoveToNew(oldDigest->m_children[i].get(), exceptionState))

Completed in 84 milliseconds