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 88 , m_shouldPreventSpellChecking(options & PreventSpellChecking)
102 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
119 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
136 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
188 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
InputMethodController.cpp 271 TypingCommand::deleteSelection(*m_frame.document(), TypingCommand::PreventSpellChecking);
279 TypingCommand::insertText(*m_frame.document(), text, TypingCommand::SelectInsertedText | TypingCommand::PreventSpellChecking, TypingCommand::TextCompositionUpdate);

Completed in 73 milliseconds