Home
last modified time | relevance | path

Searched refs:updateSpellingUIWithMisspelledWord (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/page/
DSpellCheckerClient.h46 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.cpp210 void SpellCheckerClientImpl::updateSpellingUIWithMisspelledWord(const String& misspelledWord) in updateSpellingUIWithMisspelledWord() function in blink::SpellCheckerClientImpl
213 … m_webView->spellCheckClient()->updateSpellingUIWithMisspelledWord(WebString(misspelledWord)); in updateSpellingUIWithMisspelledWord()
DSpellCheckerClientImpl.h59 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) OVERRIDE;
/external/chromium_org/third_party/WebKit/public/web/
DWebSpellCheckClient.h81 virtual void updateSpellingUIWithMisspelledWord(const WebString& word) { } in updateSpellingUIWithMisspelledWord() function
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_provider.h91 virtual void updateSpellingUIWithMisspelledWord(
Dspellcheck_provider.cc199 void SpellCheckProvider::updateSpellingUIWithMisspelledWord( in updateSpellingUIWithMisspelledWord() function in SpellCheckProvider
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h280 virtual void updateSpellingUIWithMisspelledWord(const String&) OVERRIDE { } in updateSpellingUIWithMisspelledWord() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp302 spellCheckerClient().updateSpellingUIWithMisspelledWord(misspelledWord); in advanceToNextMisspelling()