Searched refs:SelectInsertedText (Results 1 – 4 of 4) sorted by relevance
52 SelectInsertedText = 1 << 0, enumerator
83 , m_selectInsertedText(options & SelectInsertedText) in TypingCommand()191 lastTypingCommand->insertText(newText, options & SelectInsertedText); in insertText()
287 …TypingCommand::insertText(*frame().document(), text, TypingCommand::SelectInsertedText | TypingCom… in setComposition()
779 options |= TypingCommand::SelectInsertedText; in insertTextWithoutSendingTextEvent()