OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSpellCheckingEnabledInFocusedNode
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h
60
bool
isSpellCheckingEnabledInFocusedNode
() const;
SpellChecker.cpp
459
bool SpellChecker::
isSpellCheckingEnabledInFocusedNode
() const
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp
62
if (frame->spellChecker().
isSpellCheckingEnabledInFocusedNode
())
ContextMenuClientImpl.cpp
328
if (m_webView->focusedWebCoreFrame()->spellChecker().
isSpellCheckingEnabledInFocusedNode
()) {
Completed in 30 milliseconds