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

  /external/webkit/Source/WebCore/editing/
ReplaceNodeWithSpanCommand.h 41 class ReplaceNodeWithSpanCommand : public SimpleEditCommand {
43 static PassRefPtr<ReplaceNodeWithSpanCommand> create(PassRefPtr<HTMLElement> element)
45 return adoptRef(new ReplaceNodeWithSpanCommand(element));
51 ReplaceNodeWithSpanCommand(PassRefPtr<HTMLElement>);
62 #endif // ReplaceNodeWithSpanCommand
ReplaceNodeWithSpanCommand.cpp 32 #include "ReplaceNodeWithSpanCommand.h"
44 ReplaceNodeWithSpanCommand::ReplaceNodeWithSpanCommand(PassRefPtr<HTMLElement> element)
72 void ReplaceNodeWithSpanCommand::doApply()
81 void ReplaceNodeWithSpanCommand::doUnapply()
EditingAllInOne.cpp 60 #include <ReplaceNodeWithSpanCommand.cpp>
CompositeEditCommand.cpp 51 #include "ReplaceNodeWithSpanCommand.h"
226 // It would also be possible to implement all of ReplaceNodeWithSpanCommand
229 RefPtr<ReplaceNodeWithSpanCommand> command = ReplaceNodeWithSpanCommand::create(node);
    [all...]
  /external/webkit/Source/WebCore/
Android.mk 254 editing/ReplaceNodeWithSpanCommand.cpp \
    [all...]

Completed in 149 milliseconds