Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditor.h221 bool isSpellCheckingEnabledFor(Node*) const;
DEditor.cpp2068 if (!isSpellCheckingEnabledFor(editableNode)) in markMisspellingsOrBadGrammar()
2085 bool Editor::isSpellCheckingEnabledFor(Node* node) const in isSpellCheckingEnabledFor() function in WebCore::Editor
2097 return isSpellCheckingEnabledFor(m_frame->selection()->start().deprecatedNode()); in isSpellCheckingEnabledInFocusedNode()
2134 if (!isSpellCheckingEnabledFor(editableNode)) in markAllMisspellingsAndBadGrammarInRanges()
/external/webkit/Source/WebCore/page/
DContextMenuController.cpp833 bool spellCheckingEnabled = frame->editor()->isSpellCheckingEnabledFor(node); in populate()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0620994 (WebCore::Editor::isSpellCheckingEnabledFor):
20995 …WebCore::Editor::isSpellCheckingEnabledInFocusedNode): Now just calling isSpellCheckingEnabledFor()