Searched refs:spellCheck (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DSpellCheckClient.h53 virtual void spellCheck(const WebKit::WebString&, int& offset, int& length, WebKit::WebVector<WebKit::WebString>* optionalSuggestions);
64 // The mock spellchecker used in spellCheck().
H A DSpellCheckClient.cpp76 void SpellCheckClient::spellCheck(const WebString& text, int& misspelledOffset, int& misspelledLength, WebVector<WebString>* optionalSuggestions) function in class:WebTestRunner::SpellCheckClient
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSpellCheckClient.h52 virtual void spellCheck(const WebString& text, function in class:WebKit::WebSpellCheckClient
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider.h71 virtual void spellCheck(
H A Dspellcheck_provider.cc125 void SpellCheckProvider::spellCheck( function in class:SpellCheckProvider
/external/chromium_org/third_party/WebKit/Source/web/
H A DContextMenuClientImpl.cpp317 m_webView->spellCheckClient()->spellCheck(data.misspelledWord, misspelledOffset, misspelledLength, &data.dictionarySuggestions);
327 m_webView->spellCheckClient()->spellCheck(
H A DEditorClientImpl.cpp663 m_webView->spellCheckClient()->spellCheck(text, spellLocation, spellLength, 0);

Completed in 164 milliseconds