Searched refs:isSpellCheckingEnabledFor (Results 1 – 4 of 4) sorted by relevance
221 bool isSpellCheckingEnabledFor(Node*) const;
2068 if (!isSpellCheckingEnabledFor(editableNode)) in markMisspellingsOrBadGrammar()2085 bool Editor::isSpellCheckingEnabledFor(Node* node) const in isSpellCheckingEnabledFor() function in WebCore::Editor2097 return isSpellCheckingEnabledFor(m_frame->selection()->start().deprecatedNode()); in isSpellCheckingEnabledInFocusedNode()2134 if (!isSpellCheckingEnabledFor(editableNode)) in markAllMisspellingsAndBadGrammarInRanges()
833 bool spellCheckingEnabled = frame->editor()->isSpellCheckingEnabledFor(node); in populate()
20994 (WebCore::Editor::isSpellCheckingEnabledFor): 20995 …WebCore::Editor::isSpellCheckingEnabledInFocusedNode): Now just calling isSpellCheckingEnabledFor()