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

  /external/chromium_org/third_party/WebKit/Source/core/page/
SpellCheckerClient.h 47 virtual void showSpellingUI(bool show) = 0;
  /external/chromium_org/third_party/WebKit/public/web/
WebSpellCheckClient.h 75 virtual void showSpellingUI(bool show) { }
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h 60 virtual void showSpellingUI(bool show) OVERRIDE;
SpellCheckerClientImpl.cpp 216 void SpellCheckerClientImpl::showSpellingUI(bool show)
219 m_webView->spellCheckClient()->showSpellingUI(show);
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.h 89 virtual void showSpellingUI(bool show) OVERRIDE;
spellcheck_provider.cc 188 void SpellCheckProvider::showSpellingUI(bool show) {
  /external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h 281 virtual void showSpellingUI(bool) OVERRIDE { }
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp 340 spellCheckerClient().showSpellingUI(false);
345 spellCheckerClient().showSpellingUI(true);
    [all...]

Completed in 48 milliseconds