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

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

Completed in 220 milliseconds