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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMEditor.h 74 class InsertBeforeAction;
DOMEditor.cpp 89 class DOMEditor::InsertBeforeAction FINAL : public InspectorHistory::Action {
90 WTF_MAKE_NONCOPYABLE(InsertBeforeAction);
92 InsertBeforeAction(Node* parentNode, PassRefPtrWillBeRawPtr<Node> node, Node* anchorNode)
419 return m_history->perform(adoptRefWillBeNoop(new InsertBeforeAction(parentNode, node, anchorNode)), exceptionState);

Completed in 103 milliseconds