Searched refs:isSpellCheckingEnabledFor (Results 1 – 2 of 2) sorted by relevance
60 bool isSpellCheckingEnabledFor(Node*) const;
411 if (!isSpellCheckingEnabledFor(editableNode)) in markMisspellingsOrBadGrammar()421 bool SpellChecker::isSpellCheckingEnabledFor(Node* node) const in isSpellCheckingEnabledFor() function in WebCore::SpellChecker433 return isSpellCheckingEnabledFor(m_frame.selection().start().deprecatedNode()); in isSpellCheckingEnabledInFocusedNode()462 if (!isSpellCheckingEnabledFor(editableNode)) in markAllMisspellingsAndBadGrammarInRanges()