OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markAllMisspellingsAndBadGrammarInRanges
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h
67
void
markAllMisspellingsAndBadGrammarInRanges
(TextCheckingTypeMask, Range* spellingRange, Range* grammarRange);
99
void
markAllMisspellingsAndBadGrammarInRanges
(TextCheckingTypeMask textCheckingOptions, Range* checkingRange, Range* paragraphRange, bool asynchronous, int requestNumber, int* checkingLength = 0);
SpellChecker.cpp
377
markAllMisspellingsAndBadGrammarInRanges
(textCheckingOptions, adjacentWords.toNormalizedRange().get(), selectedSentence.toNormalizedRange().get());
379
markAllMisspellingsAndBadGrammarInRanges
(textCheckingOptions, adjacentWords.toNormalizedRange().get(), adjacentWords.toNormalizedRange().get());
475
void SpellChecker::
markAllMisspellingsAndBadGrammarInRanges
(TextCheckingTypeMask textCheckingOptions, Range* spellingRange, Range* grammarRange)
525
markAllMisspellingsAndBadGrammarInRanges
(textCheckingOptions, checkRange.get(), checkRange.get(), asynchronous, 0);
535
markAllMisspellingsAndBadGrammarInRanges
(textCheckingOptions, checkRange.get(), checkRange.get(), asynchronous, iter, &checkingLength);
540
void SpellChecker::
markAllMisspellingsAndBadGrammarInRanges
(TextCheckingTypeMask textCheckingOptions, Range* checkRange, Range* paragraphRange, bool asynchronous, int requestNumber, int* checkingLength)
647
markAllMisspellingsAndBadGrammarInRanges
(textCheckingOptions, spellingSelection.toNormalizedRange().get(), grammarSelection.toNormalizedRange().get());
[
all
...]
Completed in 116 milliseconds