Home
last modified time | relevance | path

Searched refs:m_shouldPreventSpellChecking (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
DTypingCommand.h106 void setShouldPreventSpellChecking(bool prevent) { m_shouldPreventSpellChecking = prevent; } in setShouldPreventSpellChecking()
131 bool m_shouldPreventSpellChecking; variable
DTypingCommand.cpp75 , m_shouldPreventSpellChecking(options & PreventSpellChecking) in TypingCommand()
362 if (!m_shouldPreventSpellChecking) in typingAddedToOpenCommand()
/external/webkit/Source/WebCore/
DChangeLog26860 …d not start autocorrection timer. We added a member variable, m_shouldPreventSpellChecking, to Typ…
26862m_shouldPreventSpellChecking is set to true in the TypingCommand objects created by Editor::setCom…