Home | History | Annotate | Download | only in editing

Lines Matching refs:insertText

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