Searched refs:patchNode (Results 1 – 3 of 3) sorted by relevance
56 Node* patchNode(Node*, const String& markup, ExceptionState&);
226 m_newNode = domPatchSupport.patchNode(m_node.get(), m_html, exceptionState); in perform()
116 Node* DOMPatchSupport::patchNode(Node* node, const String& markup, ExceptionState& exceptionState) in patchNode() function in WebCore::DOMPatchSupport