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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMEditor.h77 class SetOuterHTMLAction;
H A DDOMEditor.cpp235 class DOMEditor::SetOuterHTMLAction FINAL : public InspectorHistory::Action {
236 WTF_MAKE_NONCOPYABLE(SetOuterHTMLAction);
238 SetOuterHTMLAction(Node* node, const String& html) function in class:blink::FINAL
439 RefPtrWillBeRawPtr<SetOuterHTMLAction> action = adoptRefWillBeNoop(new SetOuterHTMLAction(node, html));

Completed in 83 milliseconds