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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h 111 void setShouldPreventSpellChecking(bool prevent) { m_shouldPreventSpellChecking = prevent; }
TypingCommand.cpp 104 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
118 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
135 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
191 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);

Completed in 26 milliseconds