Searched defs:ReplaceNodeWithSpanCommand (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DReplaceNodeWithSpanCommand.h41 class ReplaceNodeWithSpanCommand : public SimpleEditCommand { class in namespace:WebCore
43 static PassRefPtr<ReplaceNodeWithSpanCommand> create(PassRefPtr<HTMLElement> element)
45 return adoptRef(new ReplaceNodeWithSpanCommand(element));
51 explicit ReplaceNodeWithSpanCommand(PassRefPtr<HTMLElement>);
66 #endif // ReplaceNodeWithSpanCommand
H A DReplaceNodeWithSpanCommand.cpp32 #include "core/editing/ReplaceNodeWithSpanCommand.h"
44 ReplaceNodeWithSpanCommand::ReplaceNodeWithSpanCommand(PassRefPtr<HTMLElement> element) function in class:WebCore::ReplaceNodeWithSpanCommand
68 void ReplaceNodeWithSpanCommand::doApply()
77 void ReplaceNodeWithSpanCommand::doUnapply()
85 void ReplaceNodeWithSpanCommand::getNodesInCommand(HashSet<Node*>& nodes)

Completed in 150 milliseconds