Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DSpellCheckerClientImpl.cpp83 bool SpellCheckerClientImpl::isContinuousSpellCheckingEnabled() in isContinuousSpellCheckingEnabled() function in blink::SpellCheckerClientImpl
DWebRemoteFrameImpl.cpp555 bool WebRemoteFrameImpl::isContinuousSpellCheckingEnabled() const in isContinuousSpellCheckingEnabled() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.cpp1071 bool WebLocalFrameImpl::isContinuousSpellCheckingEnabled() const in isContinuousSpellCheckingEnabled() function in blink::WebLocalFrameImpl
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElementTest.cpp63 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return true; } in isContinuousSpellCheckingEnabled() function in __anon3a6e6bd60111::DummySpellCheckerClient
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.cpp107 bool SpellChecker::isContinuousSpellCheckingEnabled() const in isContinuousSpellCheckingEnabled() function in blink::SpellChecker
774 bool isContinuousSpellCheckingEnabled = this->isContinuousSpellCheckingEnabled(); in respondToChangedSelection() local
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h269 virtual bool isContinuousSpellCheckingEnabled() OVERRIDE { return false; } in isContinuousSpellCheckingEnabled() function