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

  /external/webkit/Source/WebCore/editing/
TypingCommand.h 106 void setShouldPreventSpellChecking(bool prevent) { m_shouldPreventSpellChecking = prevent; }
TypingCommand.cpp 93 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
112 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
132 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
201 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);

Completed in 34 milliseconds