Searched refs:PreventSpellChecking (Results 1 – 3 of 3) sorted by relevance
88 , m_shouldPreventSpellChecking(options & PreventSpellChecking) in TypingCommand()102 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking); in deleteSelection()119 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking); in deleteKeyPressed()136 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking); in forwardDeleteKeyPressed()188 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking); in insertText()
271 TypingCommand::deleteSelection(*m_frame.document(), TypingCommand::PreventSpellChecking); in setComposition()279 …ument(), text, TypingCommand::SelectInsertedText | TypingCommand::PreventSpellChecking, TypingComm… in setComposition()
55 PreventSpellChecking = 1 << 3, enumerator