Home
last modified time | relevance | path

Searched defs:updateSpellingUIWithMisspelledWord (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebSpellCheckClient.h81 virtual void updateSpellingUIWithMisspelledWord(const WebString& word) { } in updateSpellingUIWithMisspelledWord() function
/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.cpp216 void SpellCheckerClientImpl::updateSpellingUIWithMisspelledWord(const String& misspelledWord) in updateSpellingUIWithMisspelledWord() function in blink::SpellCheckerClientImpl
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_provider.cc200 void SpellCheckProvider::updateSpellingUIWithMisspelledWord( in updateSpellingUIWithMisspelledWord() function in SpellCheckProvider
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h272 virtual void updateSpellingUIWithMisspelledWord(const String&) OVERRIDE { } in updateSpellingUIWithMisspelledWord() function