Searched defs:badGrammarPhrase (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/editing/
H A DEditor.cpp1705 String badGrammarPhrase; local
1780 badGrammarPhrase = paragraphString.substring(result->location, result->length);
1781 ASSERT(badGrammarPhrase.length() != 0);
1786 if (!misspelledWord.isEmpty() && (!checkGrammar || badGrammarPhrase.isEmpty() || spellingLocation <= grammarDetailLocation)) {
1796 } else if (checkGrammar && !badGrammarPhrase.isEmpty()) {
1804 firstFoundItem = badGrammarPhrase;
1893 String badGrammarPhrase; local
1903 badGrammarPhrase = foundItem;
1909 String badGrammarPhrase; local
1925 badGrammarPhrase
2039 String badGrammarPhrase = findFirstBadGrammarInRange(client, range, grammarDetail, grammarPhraseOffset, false); local
2148 String badGrammarPhrase = paragraphString.substring(result->location, result->length); local
[all...]

Completed in 38 milliseconds