Searched refs:spellCheckClient (Results 1 – 5 of 5) sorted by relevance
860 if (isContinuousSpellCheckingEnabled() && m_webView->spellCheckClient()) in checkSpellingOfString()861 … m_webView->spellCheckClient()->spellCheck(WebString(text, length), spellLocation, spellLength, 0); in checkSpellingOfString()877 if (m_webView->spellCheckClient()) in requestCheckingOfString()878 …m_webView->spellCheckClient()->requestCheckingOfText(text, new WebTextCheckingCompletionImpl(ident… in requestCheckingOfString()893 if (m_webView->spellCheckClient()) in getAutoCorrectSuggestionForMisspelledWord()894 return m_webView->spellCheckClient()->autoCorrectWord(WebString(misspelledWord)); in getAutoCorrectSuggestionForMisspelledWord()918 if (m_webView->spellCheckClient()) in updateSpellingUIWithMisspelledWord()919 … m_webView->spellCheckClient()->updateSpellingUIWithMisspelledWord(WebString(misspelledWord)); in updateSpellingUIWithMisspelledWord()924 if (m_webView->spellCheckClient()) in showSpellingUI()925 m_webView->spellCheckClient()->showSpellingUI(show); in showSpellingUI()[all …]
262 if (m_webView->spellCheckClient()) { in getCustomMenuFromDefaultItems()264 m_webView->spellCheckClient()->spellCheck( in getCustomMenuFromDefaultItems()
226 WebSpellCheckClient* spellCheckClient() in spellCheckClient() function
287 void WebViewImpl::setSpellCheckClient(WebSpellCheckClient* spellCheckClient) in setSpellCheckClient() argument289 m_spellCheckClient = spellCheckClient; in setSpellCheckClient()
3133 (WebKit::WebViewImpl::spellCheckClient):