Home
last modified time | relevance | path

Searched refs:isSpellCheckingEnabledFor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellChecker.h60 bool isSpellCheckingEnabledFor(Node*) const;
DSpellChecker.cpp411 if (!isSpellCheckingEnabledFor(editableNode)) in markMisspellingsOrBadGrammar()
421 bool SpellChecker::isSpellCheckingEnabledFor(Node* node) const in isSpellCheckingEnabledFor() function in WebCore::SpellChecker
433 return isSpellCheckingEnabledFor(m_frame.selection().start().deprecatedNode()); in isSpellCheckingEnabledInFocusedNode()
462 if (!isSpellCheckingEnabledFor(editableNode)) in markAllMisspellingsAndBadGrammarInRanges()