OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:updateSpellingUIWithMisspelledWord
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebSpellCheckClient.h
81
virtual void
updateSpellingUIWithMisspelledWord
(const WebString& word) { }
/external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp
210
void SpellCheckerClientImpl::
updateSpellingUIWithMisspelledWord
(const String& misspelledWord)
213
m_webView->spellCheckClient()->
updateSpellingUIWithMisspelledWord
(WebString(misspelledWord));
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc
199
void SpellCheckProvider::
updateSpellingUIWithMisspelledWord
(
Completed in 37 milliseconds