HomeSort by relevance Sort by last modified time
    Searched refs:updateSpellingUIWithMisspelledWord (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpellCheckerClient.h 46 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) = 0;
  /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.h 58 virtual void updateSpellingUIWithMisspelledWord(const WTF::String&) OVERRIDE;
SpellCheckerClientImpl.cpp 214 void SpellCheckerClientImpl::updateSpellingUIWithMisspelledWord(const String& misspelledWord)
217 m_webView->spellCheckClient()->updateSpellingUIWithMisspelledWord(WebString(misspelledWord));
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.h 91 virtual void updateSpellingUIWithMisspelledWord(
spellcheck_provider.cc 200 void SpellCheckProvider::updateSpellingUIWithMisspelledWord(
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 275 virtual void updateSpellingUIWithMisspelledWord(const String&) OVERRIDE { }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 323 spellCheckerClient().updateSpellingUIWithMisspelledWord(misspelledWord);
    [all...]

Completed in 635 milliseconds