OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spellingUIIsShowing
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/page/
SpellCheckerClient.h
48
virtual bool
spellingUIIsShowing
() = 0;
/external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.h
60
virtual bool
spellingUIIsShowing
() OVERRIDE;
SpellCheckerClientImpl.cpp
226
bool SpellCheckerClientImpl::
spellingUIIsShowing
()
/external/chromium_org/third_party/WebKit/Source/core/loader/
EmptyClients.h
277
virtual bool
spellingUIIsShowing
() OVERRIDE { return false; }
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.cpp
330
if (spellCheckerClient().
spellingUIIsShowing
()) {
[
all
...]
Completed in 186 milliseconds