OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:checkingLength
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
TextCheckingHelper.cpp
214
int TextCheckingParagraph::
checkingLength
() const
SpellChecker.cpp
534
int
checkingLength
= 0;
535
markAllMisspellingsAndBadGrammarInRanges(textCheckingOptions, checkRange.get(), checkRange.get(), asynchronous, iter, &
checkingLength
);
536
currentChunkStart +=
checkingLength
;
540
void SpellChecker::markAllMisspellingsAndBadGrammarInRanges(TextCheckingTypeMask textCheckingOptions, Range* checkRange, Range* paragraphRange, bool asynchronous, int requestNumber, int*
checkingLength
)
543
if (
checkingLength
)
544
*
checkingLength
= sentenceToCheck.
checkingLength
();
[
all
...]
Completed in 1423 milliseconds