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
111
void
setShouldPreventSpellChecking
(bool prevent) { m_shouldPreventSpellChecking = prevent; }
TypingCommand.cpp
102
lastTypingCommand->
setShouldPreventSpellChecking
(options & PreventSpellChecking);
119
lastTypingCommand->
setShouldPreventSpellChecking
(options & PreventSpellChecking);
136
lastTypingCommand->
setShouldPreventSpellChecking
(options & PreventSpellChecking);
188
lastTypingCommand->
setShouldPreventSpellChecking
(options & PreventSpellChecking);
Completed in 496 milliseconds