HomeSort by relevance Sort by last modified time
    Searched defs:DOMPatchSupport (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMPatchSupport.h 48 class DOMPatchSupport {
49 WTF_MAKE_NONCOPYABLE(DOMPatchSupport);
53 DOMPatchSupport(DOMEditor*, Document*);
54 virtual ~DOMPatchSupport();
DOMPatchSupport.cpp 32 #include "core/inspector/DOMPatchSupport.h"
62 struct DOMPatchSupport::Digest {
71 void DOMPatchSupport::patchDocument(Document* document, const String& markup)
75 DOMPatchSupport patchSupport(&domEditor, document);
79 DOMPatchSupport::DOMPatchSupport(DOMEditor* domEditor, Document* document)
85 DOMPatchSupport::~DOMPatchSupport() { }
87 void DOMPatchSupport::patchDocument(const String& markup)
118 Node* DOMPatchSupport::patchNode(Node* node, const String& markup, ExceptionState& es
    [all...]

Completed in 158 milliseconds