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

/external/chromium_org/third_party/WebKit/Source/web/
H A DSpellCheckerClientImpl.cpp137 if (m_webView->spellCheckClient()) {
138 m_webView->spellCheckClient()->spellCheck(text, spellLocation, spellLength, 0);
154 if (m_webView->spellCheckClient()) {
158 m_webView->spellCheckClient()->requestCheckingOfText(text, markers, markerOffsets, new WebTextCheckingCompletionImpl(request));
174 if (m_webView->spellCheckClient())
175 return m_webView->spellCheckClient()->autoCorrectWord(WebString(misspelledWord));
186 if (!m_webView->spellCheckClient())
189 m_webView->spellCheckClient()->checkTextOfParagraph(text, WebTextCheckingTypeGrammar, &webResults);
216 if (m_webView->spellCheckClient())
217 m_webView->spellCheckClient()
[all...]
H A DContextMenuClientImpl.cpp335 } else if (m_webView->spellCheckClient()) {
337 m_webView->spellCheckClient()->spellCheck(data.misspelledWord, misspelledOffset, misspelledLength, &data.dictionarySuggestions);
345 if (m_webView->spellCheckClient()) {
347 m_webView->spellCheckClient()->spellCheck(
H A DWebViewImpl.h313 WebSpellCheckClient* spellCheckClient() function in class:blink::FINAL
H A DWebViewImpl.cpp362 void WebViewImpl::setSpellCheckClient(WebSpellCheckClient* spellCheckClient) argument
364 m_spellCheckClient = spellCheckClient;

Completed in 231 milliseconds