Home | History | Annotate | Download | only in editing

Lines Matching defs:InsertTextCommand

27 #include "core/editing/InsertTextCommand.h"
39 InsertTextCommand::InsertTextCommand(Document* document, const String& text, bool selectInsertedText, RebalanceType rebalanceType)
47 InsertTextCommand::InsertTextCommand(Document* document, const String& text, PassRefPtr<TextInsertionMarkerSupplier> markerSupplier)
56 Position InsertTextCommand::positionInsideTextNode(const Position& p)
76 void InsertTextCommand::setEndingSelectionWithoutValidation(const Position& startPosition, const Position& endPosition)
89 bool InsertTextCommand::performTrivialReplace(const String& text, bool selectInsertedText)
109 bool InsertTextCommand::performOverwrite(const String& text, bool selectInsertedText)
130 void InsertTextCommand::doApply()
234 Position InsertTextCommand::insertTab(const Position& pos)