OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isShowingSpellingUI
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/public/web/
WebSpellCheckClient.h
78
virtual bool
isShowingSpellingUI
() { return false; }
/external/chromium_org/chrome/renderer/spellchecker/
spellcheck_provider.h
90
virtual bool
isShowingSpellingUI
() OVERRIDE;
spellcheck_provider.cc
195
bool SpellCheckProvider::
isShowingSpellingUI
() {
/external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp
225
return m_webView->spellCheckClient()->
isShowingSpellingUI
();
Completed in 236 milliseconds