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

  /external/webkit/Source/WebKit2/Shared/
TextCheckerState.h 35 bool isGrammarCheckingEnabled;
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 99 bool EditorClientHaiku::isGrammarCheckingEnabled()
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.cpp 57 bool EditorClientAndroid::isGrammarCheckingEnabled() { notImplemented(); return false; }
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.cpp 70 bool EditorClientEfl::isGrammarCheckingEnabled()
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.cpp 69 bool EditorClientWinCE::isGrammarCheckingEnabled()
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.cpp 177 bool EditorClientWx::isGrammarCheckingEnabled()
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.cpp 98 bool WebEditorClient::isGrammarCheckingEnabled()
100 return WebProcess::shared().textCheckerState().isGrammarCheckingEnabled;
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.cpp 175 bool EditorClientImpl::isGrammarCheckingEnabled()
    [all...]
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.cpp 296 bool EditorClient::isGrammarCheckingEnabled()
    [all...]
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.cpp 114 bool EditorClientQt::isGrammarCheckingEnabled()
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.cpp 159 bool WebEditorClient::isGrammarCheckingEnabled()
162 if (FAILED(m_webView->isGrammarCheckingEnabled(&enabled)))
  /external/webkit/Source/WebCore/editing/
Editor.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 439 virtual bool isGrammarCheckingEnabled() { return false; }

Completed in 527 milliseconds