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

  /external/webkit/Source/WebCore/editing/
InsertTextCommand.h 33 class InsertTextCommand : public CompositeEditCommand {
40 static PassRefPtr<InsertTextCommand> create(Document* document)
42 return adoptRef(new InsertTextCommand(document));
49 InsertTextCommand(Document*);
InsertTextCommand.cpp 27 #include "InsertTextCommand.h"
41 InsertTextCommand::InsertTextCommand(Document *document)
46 void InsertTextCommand::doApply()
50 Position InsertTextCommand::positionInsideTextNode(const Position& p)
72 bool InsertTextCommand::performTrivialReplace(const String& text, bool selectInsertedText)
105 void InsertTextCommand::input(const String& text, bool selectInsertedText, RebalanceType whitespaceRebalance)
205 Position InsertTextCommand::insertTab(const Position& pos)
243 bool InsertTextCommand::isInsertTextCommand() const

Completed in 249 milliseconds