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

  /external/webkit/Source/WebCore/editing/
TypingCommand.h 55 PreventSpellChecking = 1 << 3,
TypingCommand.cpp 75 , m_shouldPreventSpellChecking(options & PreventSpellChecking)
93 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
112 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
132 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
201 lastTypingCommand->setShouldPreventSpellChecking(options & PreventSpellChecking);
Editor.cpp     [all...]

Completed in 303 milliseconds