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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMEditor.h74 class InsertBeforeAction;
H A DDOMEditor.cpp89 class DOMEditor::InsertBeforeAction FINAL : public InspectorHistory::Action {
90 WTF_MAKE_NONCOPYABLE(InsertBeforeAction);
92 InsertBeforeAction(Node* parentNode, PassRefPtrWillBeRawPtr<Node> node, Node* anchorNode) function in class:blink::FINAL
419 return m_history->perform(adoptRefWillBeNoop(new InsertBeforeAction(parentNode, node, anchorNode)), exceptionState);

Completed in 73 milliseconds