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

  /external/webkit/Source/WebKit2/Shared/
TextCheckerState.h 34 bool isContinuousSpellCheckingEnabled;
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 88 bool EditorClientHaiku::isContinuousSpellCheckingEnabled()
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 55 bool EditorClientAndroid::isContinuousSpellCheckingEnabled() { notImplemented(); return false; }
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 64 bool EditorClientEfl::isContinuousSpellCheckingEnabled()
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 63 bool EditorClientWinCE::isContinuousSpellCheckingEnabled()
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 166 bool EditorClientWx::isContinuousSpellCheckingEnabled()
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 88 bool WebEditorClient::isContinuousSpellCheckingEnabled()
90 return WebProcess::shared().textCheckerState().isContinuousSpellCheckingEnabled;
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 153 bool EditorClientImpl::isContinuousSpellCheckingEnabled()
164 if (isContinuousSpellCheckingEnabled())
860 if (isContinuousSpellCheckingEnabled() && m_webView->spellCheckClient())
    [all...]
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 286 bool EditorClient::isContinuousSpellCheckingEnabled()
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 109 bool EditorClientQt::isContinuousSpellCheckingEnabled()
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 146 bool WebEditorClient::isContinuousSpellCheckingEnabled()
149 if (FAILED(m_webView->isContinuousSpellCheckingEnabled(&enabled)))
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 437 virtual bool isContinuousSpellCheckingEnabled() { return false; }

Completed in 298 milliseconds