Home
last modified time | relevance | path

Searched defs:isContinuousSpellCheckingEnabled (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.cpp83 bool SpellCheckerClientImpl::isContinuousSpellCheckingEnabled() in isContinuousSpellCheckingEnabled() function in blink::SpellCheckerClientImpl
DWebFrameImpl.cpp1230 bool WebFrameImpl::isContinuousSpellCheckingEnabled() const in isContinuousSpellCheckingEnabled() function in blink::WebFrameImpl
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp96 bool SpellChecker::isContinuousSpellCheckingEnabled() const in isContinuousSpellCheckingEnabled() function in WebCore::SpellChecker
745 bool isContinuousSpellCheckingEnabled = this->isContinuousSpellCheckingEnabled(); in respondToChangedSelection() local
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h274 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return false; } in isContinuousSpellCheckingEnabled() function