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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DDOMEditor.h78 class ReplaceWholeTextAction;
H A DDOMEditor.cpp293 class DOMEditor::ReplaceWholeTextAction FINAL : public InspectorHistory::Action {
294 WTF_MAKE_NONCOPYABLE(ReplaceWholeTextAction);
296 ReplaceWholeTextAction(Text* textNode, const String& text) function in class:blink::FINAL
448 return m_history->perform(adoptRefWillBeNoop(new ReplaceWholeTextAction(textNode, text)), exceptionState);

Completed in 682 milliseconds