Home | History | Annotate | Download | only in editing

Lines Matching refs:misspelledWord

1746     String misspelledWord;
1754 misspelledWord = foundItem;
1762 misspelledWord = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspelling(misspellingOffset, false, firstMisspellingRange);
1767 if (!misspelledWord.isEmpty()) {
1781 if (startedWithSelection && !misspelledWord && !badGrammarPhrase) {
1790 misspelledWord = foundItem;
1797 misspelledWord = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspelling(misspellingOffset, false, firstMisspellingRange);
1801 if (!misspelledWord.isEmpty()) {
1830 } else if (!misspelledWord.isEmpty()) {
1834 RefPtr<Range> misspellingRange = TextIterator::subrange(spellingSearchRange.get(), misspellingOffset, misspelledWord.length());
1838 client()->updateSpellingUIWithMisspelledWord(misspelledWord);
2020 const String misspelledWord = plainText(misspellingRange.get());
2021 String autocorrectedString = textChecker()->getAutoCorrectSuggestionForMisspelledWord(misspelledWord);