Searched defs:DOMPatchSupport (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMPatchSupport.cpp32 #include "core/inspector/DOMPatchSupport.h"
60 struct DOMPatchSupport::Digest {
69 void DOMPatchSupport::patchDocument(Document& document, const String& markup)
73 DOMPatchSupport patchSupport(&domEditor, document);
77 DOMPatchSupport::DOMPatchSupport(DOMEditor* domEditor, Document& document) function in class:blink::DOMPatchSupport
83 void DOMPatchSupport::patchDocument(const String& markup)
115 Node* DOMPatchSupport::patchNode(Node* node, const String& markup, ExceptionState& exceptionState)
168 bool DOMPatchSupport::innerPatchNode(Digest* oldDigest, Digest* newDigest, ExceptionState& exceptionState)
212 pair<DOMPatchSupport
[all...]

Completed in 2096 milliseconds