Searched refs:spellCheck (Results 1 - 7 of 7) sorted by relevance
/external/chromium_org/third_party/WebKit/public/web/ |
H A D | WebSpellCheckClient.h | 52 virtual void spellCheck(const WebString& text, function in class:blink::WebSpellCheckClient
|
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
H A D | SpellCheckClient.h | 55 virtual void spellCheck(const blink::WebString&, int& offset, int& length, blink::WebVector<blink::WebString>* optionalSuggestions); 66 // The mock spellchecker used in spellCheck().
|
H A D | SpellCheckClient.cpp | 78 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 D | spellcheck_provider.h | 71 virtual void spellCheck(
|
H A D | spellcheck_provider.cc | 127 void SpellCheckProvider::spellCheck( function in class:SpellCheckProvider
|
/external/chromium_org/third_party/WebKit/Source/web/ |
H A D | SpellCheckerClientImpl.cpp | 134 m_webView->spellCheckClient()->spellCheck(text, spellLocation, spellLength, 0);
|
H A D | ContextMenuClientImpl.cpp | 322 m_webView->spellCheckClient()->spellCheck(data.misspelledWord, misspelledOffset, misspelledLength, &data.dictionarySuggestions); 332 m_webView->spellCheckClient()->spellCheck(
|
Completed in 1579 milliseconds