Home
last modified time | relevance | path

Searched refs:PreventSpellChecking (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTypingCommand.cpp88 , 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()
DInputMethodController.cpp271 TypingCommand::deleteSelection(*m_frame.document(), TypingCommand::PreventSpellChecking); in setComposition()
279 …ument(), text, TypingCommand::SelectInsertedText | TypingCommand::PreventSpellChecking, TypingComm… in setComposition()
DTypingCommand.h55 PreventSpellChecking = 1 << 3, enumerator