Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTypingCommand.h105 void setShouldPreventSpellChecking(bool prevent) { m_shouldPreventSpellChecking = prevent; } in setShouldPreventSpellChecking()
133 bool m_shouldPreventSpellChecking; variable
DTypingCommand.cpp90 , m_shouldPreventSpellChecking(options & PreventSpellChecking) in TypingCommand()