Home
last modified time | relevance | path

Searched refs:spellCheckClient (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DEditorClientImpl.cpp860 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 …]
DContextMenuClientImpl.cpp262 if (m_webView->spellCheckClient()) { in getCustomMenuFromDefaultItems()
264 m_webView->spellCheckClient()->spellCheck( in getCustomMenuFromDefaultItems()
DWebViewImpl.h226 WebSpellCheckClient* spellCheckClient() in spellCheckClient() function
DWebViewImpl.cpp287 void WebViewImpl::setSpellCheckClient(WebSpellCheckClient* spellCheckClient) in setSpellCheckClient() argument
289 m_spellCheckClient = spellCheckClient; in setSpellCheckClient()
/external/webkit/Source/WebKit/chromium/
DChangeLog3133 (WebKit::WebViewImpl::spellCheckClient):