Home | History | Annotate | Download | only in editing

Lines Matching refs:insertText

775 bool Editor::insertText(const String& text, Event* triggeringEvent)
791 // Get the selection to use for the event that triggered this insertText.
803 TypingCommand::insertText(*document.get(), text, selection, options, triggeringEvent && triggeringEvent->isComposition() ? TypingCommand::TextCompositionConfirm : TypingCommand::TextCompositionNone);