Home | History | Annotate | Download | only in editing

Lines Matching refs:InsertText

151 void TypingCommand::insertText(Document* document, const String& text, Options options, TextCompositionType composition)
161 insertText(document, text, frame->selection()->selection(), options, composition);
165 void TypingCommand::insertText(Document* document, const String& text, const VisibleSelection& selectionForInsertion, Options options, TextCompositionType compositionType)
202 lastTypingCommand->insertText(newText, options & SelectInsertedText);
206 RefPtr<TypingCommand> cmd = TypingCommand::create(document, InsertText, newText, options, compositionType);
309 case InsertText:
310 insertText(m_textToInsert, m_selectInsertedText);
347 if (range && (commandType == TypingCommand::InsertText || commandType == TypingCommand::InsertLineBreak || commandType == TypingCommand::InsertParagraphSeparator || commandType == TypingCommand::InsertParagraphSeparatorInQuotedContent))
350 } else if (commandType == TypingCommand::InsertText)
371 void TypingCommand::insertText(const String &text, bool selectInsertedText)
413 typingAddedToOpenCommand(InsertText);
665 case InsertText: