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

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

Completed in 160 milliseconds