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

  /external/chromium_org/third_party/WebKit/public/web/
WebSpellCheckClient.h 75 virtual void showSpellingUI(bool show) { }
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.cc 186 void SpellCheckProvider::showSpellingUI(bool show) {
  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 745 void EditorClientImpl::showSpellingUI(bool show)
748 m_webView->spellCheckClient()->showSpellingUI(show);

Completed in 52 milliseconds