OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setShouldPreventSpellChecking
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TypingCommand.h
105
void
setShouldPreventSpellChecking
(bool prevent) { m_shouldPreventSpellChecking = prevent; }
TypingCommand.cpp
104
lastTypingCommand->
setShouldPreventSpellChecking
(options & PreventSpellChecking);
121
lastTypingCommand->
setShouldPreventSpellChecking
(options & PreventSpellChecking);
138
lastTypingCommand->
setShouldPreventSpellChecking
(options & PreventSpellChecking);
190
lastTypingCommand->
setShouldPreventSpellChecking
(options & PreventSpellChecking);
Completed in 314 milliseconds