Home | History | Annotate | Download | only in editing

Lines Matching refs:insertText

122 void TypingCommand::insertText(Document* document, const String& text, bool selectInsertedText, bool insertedTextIsComposition)
129 insertText(document, text, frame->selection()->selection(), selectInsertedText, insertedTextIsComposition);
132 void TypingCommand::insertText(Document* document, const String& text, const VisibleSelection& selectionForInsertion, bool selectInsertedText, bool insertedTextIsComposition)
166 lastTypingCommand->insertText(newText, selectInsertedText);
174 RefPtr<TypingCommand> cmd = TypingCommand::create(document, InsertText, newText, selectInsertedText);
273 case InsertText:
274 insertText(m_textToInsert, m_selectInsertedText);
328 void TypingCommand::insertText(const String &text, bool selectInsertedText)
366 typingAddedToOpenCommand(InsertText);
608 case InsertText: