OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:checkingTypes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp
342
TextCheckingTypeMask
checkingTypes
= checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextCheckingTypeSpelling;
343
checkTextOfParagraph(m_client->textChecker(), paragraphString,
checkingTypes
, results);
533
void checkTextOfParagraph(TextCheckerClient& client, const String& text, TextCheckingTypeMask
checkingTypes
, Vector<TextCheckingResult>& results)
540
if (
checkingTypes
& TextCheckingTypeSpelling)
544
if (
checkingTypes
& TextCheckingTypeGrammar) {
SpellChecker.cpp
[
all
...]
Completed in 46 milliseconds