OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSpellCheckingEnabledFor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h
61
bool
isSpellCheckingEnabledFor
(Node*) const;
SpellChecker.cpp
454
if (!
isSpellCheckingEnabledFor
(editableNode))
464
bool SpellChecker::
isSpellCheckingEnabledFor
(Node* node) const
476
return
isSpellCheckingEnabledFor
(frame().selection().start().deprecatedNode());
505
if (!
isSpellCheckingEnabledFor
(editableNode))
[
all
...]
Completed in 31 milliseconds