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

/external/chromium_org/third_party/WebKit/public/web/
H A DWebSpellCheckClient.h52 virtual void spellCheck(const WebString& text, function in class:blink::WebSpellCheckClient
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DSpellCheckClient.h55 virtual void spellCheck(const blink::WebString&, int& offset, int& length, blink::WebVector<blink::WebString>* optionalSuggestions);
66 // The mock spellchecker used in spellCheck().
H A DSpellCheckClient.cpp78 void SpellCheckClient::spellCheck(const WebString& text, int& misspelledOffset, int& misspelledLength, WebVector<WebString>* optionalSuggestions) function in class:WebTestRunner::SpellCheckClient
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider.h71 virtual void spellCheck(
H A Dspellcheck_provider.cc127 void SpellCheckProvider::spellCheck( function in class:SpellCheckProvider
/external/chromium_org/third_party/WebKit/Source/web/
H A DSpellCheckerClientImpl.cpp134 m_webView->spellCheckClient()->spellCheck(text, spellLocation, spellLength, 0);
H A DContextMenuClientImpl.cpp322 m_webView->spellCheckClient()->spellCheck(data.misspelledWord, misspelledOffset, misspelledLength, &data.dictionarySuggestions);
332 m_webView->spellCheckClient()->spellCheck(

Completed in 1579 milliseconds