Home | History | Annotate | Download | only in src

Lines Matching refs:misspelledWord

858 String EditorClientImpl::getAutoCorrectSuggestionForMisspelledWord(const String& misspelledWord)
865 for (size_t i = 1; i < misspelledWord.length(); i++) {
866 if (u_isupper(static_cast<UChar32>(misspelledWord[i])))
870 return m_webView->client()->autoCorrectWord(WebString(misspelledWord));
891 void EditorClientImpl::updateSpellingUIWithMisspelledWord(const String& misspelledWord)
894 m_webView->client()->updateSpellingUIWithMisspelledWord(WebString(misspelledWord));