OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:autoCorrectWord
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebSpellCheckClient.h
72
virtual WebString
autoCorrectWord
(const WebString& misspelledWord) { return WebString(); }
/external/chromium_org/third_party/WebKit/Source/testing/runner/
SpellCheckClient.cpp
160
WebString SpellCheckClient::
autoCorrectWord
(const WebString&)
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc
179
WebString SpellCheckProvider::
autoCorrectWord
(const WebString& word) {
Completed in 355 milliseconds