Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DSpellCheckerClient.h47 virtual void showSpellingUI(bool show) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.cpp220 void SpellCheckerClientImpl::showSpellingUI(bool show) in showSpellingUI() function in blink::SpellCheckerClientImpl
223 m_webView->spellCheckClient()->showSpellingUI(show); in showSpellingUI()
DSpellCheckerClientImpl.h59 virtual void showSpellingUI(bool show) OVERRIDE;
/external/chromium_org/third_party/WebKit/public/web/
DWebSpellCheckClient.h75 virtual void showSpellingUI(bool show) { } in showSpellingUI() function
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_provider.h89 virtual void showSpellingUI(bool show) OVERRIDE;
Dspellcheck_provider.cc189 void SpellCheckProvider::showSpellingUI(bool show) { in showSpellingUI() function in SpellCheckProvider
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h276 virtual void showSpellingUI(bool) OVERRIDE { } in showSpellingUI() function
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp331 spellCheckerClient().showSpellingUI(false); in showSpellingGuessPanel()
336 spellCheckerClient().showSpellingUI(true); in showSpellingGuessPanel()