HomeSort by relevance Sort by last modified time
    Searched defs:isContinuousSpellCheckingEnabled (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
EditorClientImpl.cpp 131 bool EditorClientImpl::isContinuousSpellCheckingEnabled()
142 if (isContinuousSpellCheckingEnabled())
689 if (!(isContinuousSpellCheckingEnabled() && m_webView->client()))
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 417 if (m_frame->selection()->isInPasswordField() || !isContinuousSpellCheckingEnabled())
    [all...]

Completed in 458 milliseconds