Home | History | Annotate | Download | only in editing

Lines Matching refs:insertText

158 void TypingCommand::insertText(Document& document, const String& text, Options options, TextCompositionType composition)
166 insertText(document, text, frame->selection().selection(), options, composition);
170 void TypingCommand::insertText(Document& document, const String& text, const VisibleSelection& selectionForInsertion, Options options, TextCompositionType compositionType)
191 lastTypingCommand->insertText(newText, options & SelectInsertedText);
195 RefPtrWillBeRawPtr<TypingCommand> cmd = TypingCommand::create(document, InsertText, newText, options, compositionType);
276 case InsertText:
277 insertText(m_textToInsert, m_selectInsertedText);
328 void TypingCommand::insertText(const String &text, bool selectInsertedText)
346 typingAddedToOpenCommand(InsertText);
615 case InsertText: