HomeSort by relevance Sort by last modified time
    Searched refs:isSpellCheckingEnabledInFocusedNode (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellChecker.h 59 bool isSpellCheckingEnabledInFocusedNode() const;
SpellChecker.cpp 431 bool SpellChecker::isSpellCheckingEnabledInFocusedNode() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
SpellCheckerClientImpl.cpp 64 if (frame->spellChecker().isSpellCheckingEnabledInFocusedNode())
ContextMenuClientImpl.cpp 337 if (toLocalFrame(m_webView->focusedWebCoreFrame())->spellChecker().isSpellCheckingEnabledInFocusedNode()) {

Completed in 176 milliseconds