HomeSort by relevance Sort by last modified time
    Searched refs:PreventSpellChecking (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h 55 PreventSpellChecking = 1 << 3,
TypingCommand.cpp 90 , m_shouldPreventSpellChecking(options & PreventSpellChecking)
104 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
121 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
138 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
190 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
InputMethodController.cpp 279 TypingCommand::deleteSelection(*frame().document(), TypingCommand::PreventSpellChecking);
287 TypingCommand::insertText(*frame().document(), text, TypingCommand::SelectInsertedText | TypingCommand::PreventSpellChecking, TypingCommand::TextCompositionUpdate);

Completed in 80 milliseconds