Searched refs:isShowingSpellingUI (Results 1 – 4 of 4) sorted by relevance
78 virtual bool isShowingSpellingUI() { return false; } in isShowingSpellingUI() function
90 virtual bool isShowingSpellingUI() OVERRIDE;
196 bool SpellCheckProvider::isShowingSpellingUI() { in isShowingSpellingUI() function in SpellCheckProvider
231 return m_webView->spellCheckClient()->isShowingSpellingUI(); in spellingUIIsShowing()