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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
DOMEditor.h 78 class ReplaceWholeTextAction;
DOMEditor.cpp 293 class DOMEditor::ReplaceWholeTextAction FINAL : public InspectorHistory::Action {
294 WTF_MAKE_NONCOPYABLE(ReplaceWholeTextAction);
296 ReplaceWholeTextAction(Text* textNode, const String& text)
448 return m_history->perform(adoptRefWillBeNoop(new ReplaceWholeTextAction(textNode, text)), exceptionState);

Completed in 415 milliseconds