OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PreventSpellChecking
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InputMethodController.cpp
279
TypingCommand::deleteSelection(*frame().document(), TypingCommand::
PreventSpellChecking
);
287
TypingCommand::insertText(*frame().document(), text, TypingCommand::SelectInsertedText | TypingCommand::
PreventSpellChecking
, TypingCommand::TextCompositionUpdate);
TypingCommand.h
55
PreventSpellChecking
= 1 << 3,
Completed in 477 milliseconds