Home
last modified time | relevance | path

Searched refs:grammarCheckLength (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextCheckingHelper.cpp542 int grammarCheckLength = length; in checkTextOfParagraph() local
544 if (spellingResult[i].location < grammarCheckLength) in checkTextOfParagraph()
545 grammarCheckLength = spellingResult[i].location; in checkTextOfParagraph()
548 findBadGrammars(client, characters.data(), 0, grammarCheckLength, grammarResult); in checkTextOfParagraph()