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)
104 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
118 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
135 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
191 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
InputMethodController.cpp 277 TypingCommand::deleteSelection(m_frame->document(), TypingCommand::PreventSpellChecking);
283 TypingCommand::insertText(m_frame->document(), text, TypingCommand::SelectInsertedText | TypingCommand::PreventSpellChecking, TypingCommand::TextCompositionUpdate);

Completed in 399 milliseconds