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

  /external/webkit/WebCore/editing/
InsertIntoTextNodeCommand.cpp 27 #include "InsertIntoTextNodeCommand.h"
33 InsertIntoTextNodeCommand::InsertIntoTextNodeCommand(PassRefPtr<Text> node, unsigned offset, const String& text)
44 void InsertIntoTextNodeCommand::doApply()
53 void InsertIntoTextNodeCommand::doUnapply()
InsertIntoTextNodeCommand.h 35 class InsertIntoTextNodeCommand : public SimpleEditCommand {
37 static PassRefPtr<InsertIntoTextNodeCommand> create(PassRefPtr<Text> node, unsigned offset, const String& text)
39 return adoptRef(new InsertIntoTextNodeCommand(node, offset, text));
43 InsertIntoTextNodeCommand(PassRefPtr<Text> node, unsigned offset, const String& text);

Completed in 37 milliseconds