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

/external/webkit/Source/WebKit/chromium/public/
H A DWebSpellCheckClient.h50 virtual void spellCheck(const WebString& text, function in class:WebKit::WebSpellCheckClient
/external/webkit/Source/WebKit/chromium/src/
H A DContextMenuClientImpl.cpp264 m_webView->spellCheckClient()->spellCheck(
H A DEditorClientImpl.cpp861 m_webView->spellCheckClient()->spellCheck(WebString(text, length), spellLocation, spellLength, 0);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DWebViewHost.h108 virtual void spellCheck(const WebKit::WebString&, int& offset, int& length, WebKit::WebVector<WebKit::WebString>* optionalSuggestions);
331 // The mock spellchecker used in spellCheck().
H A DWebViewHost.cpp408 void WebViewHost::spellCheck(const WebString& text, int& misspelledOffset, int& misspelledLength, WebVector<WebString>* optionalSuggestions) function in class:WebViewHost

Completed in 595 milliseconds