Home | History | Annotate | Download | only in src

Lines Matching refs:misspelledWord

881 String EditorClientImpl::getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord)
888 for (size_t i = 1; i < misspelledWord.length(); i++) {
889 if (u_isupper(static_cast<UChar32>(misspelledWord[i])))
894 return m_webView->spellCheckClient()->autoCorrectWord(WebString(misspelledWord));
916 void EditorClientImpl::updateSpellingUIWithMisspelledWord(const String& misspelledWord)
919 m_webView->spellCheckClient()->updateSpellingUIWithMisspelledWord(WebString(misspelledWord));