Home
last modified time | relevance | path

Searched refs:isShowingSpellingUI (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebSpellCheckClient.h78 virtual bool isShowingSpellingUI() { return false; } in isShowingSpellingUI() function
/external/chromium_org/chrome/renderer/spellchecker/
Dspellcheck_provider.h90 virtual bool isShowingSpellingUI() OVERRIDE;
Dspellcheck_provider.cc196 bool SpellCheckProvider::isShowingSpellingUI() { in isShowingSpellingUI() function in SpellCheckProvider
/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.cpp231 return m_webView->spellCheckClient()->isShowingSpellingUI(); in spellingUIIsShowing()