HomeSort by relevance Sort by last modified time
    Searched refs:isGrammarCheckingEnabled (Results 1 - 25 of 29) sorted by null

1 2

  /external/webkit/WebKit/mac/WebView/
WebHTMLViewInternal.h 56 - (BOOL)isGrammarCheckingEnabled;
WebViewPrivate.h 541 - (BOOL)isGrammarCheckingEnabled;
  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 56 virtual bool isGrammarCheckingEnabled();
EditorClientHaiku.cpp 100 bool EditorClientHaiku::isGrammarCheckingEnabled()
  /external/webkit/WebKit/qt/WebCoreSupport/
EditorClientQt.h 54 virtual bool isGrammarCheckingEnabled();
EditorClientQt.cpp 124 bool EditorClientQt::isGrammarCheckingEnabled()
  /external/webkit/WebKit/wx/WebKitSupport/
EditorClientWx.h 54 virtual bool isGrammarCheckingEnabled();
EditorClientWx.cpp 178 bool EditorClientWx::isGrammarCheckingEnabled()
  /external/webkit/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 50 virtual bool isGrammarCheckingEnabled();
EditorClientAndroid.cpp 54 bool EditorClientAndroid::isGrammarCheckingEnabled() { notImplemented(); return false; }
  /external/webkit/WebCore/page/
EditorClient.h 93 virtual bool isGrammarCheckingEnabled() = 0;
  /external/webkit/WebKit/chromium/src/
EditorClientImpl.h 57 virtual bool isGrammarCheckingEnabled();
EditorClientImpl.cpp 163 bool EditorClientImpl::isGrammarCheckingEnabled()
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 66 virtual bool isGrammarCheckingEnabled();
EditorClientGtk.cpp 128 bool EditorClient::isGrammarCheckingEnabled()
  /external/webkit/WebKit/mac/WebCoreSupport/
WebEditorClient.h 44 virtual bool isGrammarCheckingEnabled();
WebEditorClient.mm 184 bool WebEditorClient::isGrammarCheckingEnabled()
189 return [m_webView isGrammarCheckingEnabled];
  /external/webkit/WebKit/win/WebCoreSupport/
WebEditorClient.h 48 virtual bool isGrammarCheckingEnabled();
WebEditorClient.cpp 160 bool WebEditorClient::isGrammarCheckingEnabled()
163 if (FAILED(m_webView->isGrammarCheckingEnabled(&enabled)))
  /external/webkit/WebCore/editing/
Editor.cpp     [all...]
Editor.h 189 bool isGrammarCheckingEnabled();
  /external/webkit/WebCore/loader/
EmptyClients.h 343 virtual bool isGrammarCheckingEnabled() { return false; }
  /external/webkit/WebKit/win/Interfaces/
IWebView.idl     [all...]
  /external/webkit/WebCore/platform/
ContextMenu.cpp 643 if (frame->editor()->isGrammarCheckingEnabled())
    [all...]
  /external/webkit/WebKit/win/
WebView.h 449 virtual HRESULT STDMETHODCALLTYPE isGrammarCheckingEnabled(
    [all...]

Completed in 183 milliseconds

1 2