Searched refs:spellCheckClient (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp860 if (isContinuousSpellCheckingEnabled() && m_webView->spellCheckClient())
861 m_webView->spellCheckClient()->spellCheck(WebString(text, length), spellLocation, spellLength, 0);
877 if (m_webView->spellCheckClient())
878 m_webView->spellCheckClient()->requestCheckingOfText(text, new WebTextCheckingCompletionImpl(identifier, sender));
893 if (m_webView->spellCheckClient())
894 return m_webView->spellCheckClient()->autoCorrectWord(WebString(misspelledWord));
918 if (m_webView->spellCheckClient())
919 m_webView->spellCheckClient()->updateSpellingUIWithMisspelledWord(WebString(misspelledWord));
924 if (m_webView->spellCheckClient())
925 m_webView->spellCheckClient()
[all...]
H A DContextMenuClientImpl.cpp262 if (m_webView->spellCheckClient()) {
264 m_webView->spellCheckClient()->spellCheck(
H A DWebViewImpl.h226 WebSpellCheckClient* spellCheckClient() function in class:WebKit::WebViewImpl
H A DWebViewImpl.cpp287 void WebViewImpl::setSpellCheckClient(WebSpellCheckClient* spellCheckClient) argument
289 m_spellCheckClient = spellCheckClient;

Completed in 358 milliseconds