Home
last modified time | relevance | path

Searched refs:isSpellCheckingEnabled (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebContextMenuData.h118 bool isSpellCheckingEnabled; member
178 , isSpellCheckingEnabled(false) in WebContextMenuData()
/external/chromium_org/content/renderer/
Dcontext_menu_params_builder.cc36 params.spellcheck_enabled = data.isSpellCheckingEnabled; in Build()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DSpellCheckRequester.cpp176 if (node && node->isElementNode() && !toElement(node)->isSpellCheckingEnabled()) in isCheckable()
DSpellChecker.cpp471 return focusedElement->isSpellCheckingEnabled(); in isSpellCheckingEnabledFor()
/external/chromium_org/third_party/WebKit/Source/web/
DContextMenuClientImpl.cpp340 data.isSpellCheckingEnabled = in showContextMenu()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h460 bool isSpellCheckingEnabled() const;
DElement.cpp2683 bool Element::isSpellCheckingEnabled() const in isSpellCheckingEnabled() function in blink::Element
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLElement.cpp540 return isSpellCheckingEnabled(); in spellcheck()