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

1 2

  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLViewInternal.h 58 - (void)toggleGrammarChecking:(id)sender;
  /external/webkit/Source/WebKit/android/WebCoreSupport/
EditorClientAndroid.h 58 virtual void toggleGrammarChecking();
EditorClientAndroid.cpp 58 void EditorClientAndroid::toggleGrammarChecking() { notImplemented(); }
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
EditorClientEfl.h 61 virtual void toggleGrammarChecking();
EditorClientEfl.cpp 223 void EditorClientEfl::toggleGrammarChecking()
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.h 58 virtual void toggleGrammarChecking();
EditorClientHaiku.cpp 105 void EditorClientHaiku::toggleGrammarChecking()
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
EditorClientQt.h 57 virtual void toggleGrammarChecking();
EditorClientQt.cpp 349 void EditorClientQt::toggleGrammarChecking()
  /external/webkit/Source/WebKit/wx/WebKitSupport/
EditorClientWx.h 56 virtual void toggleGrammarChecking();
EditorClientWx.cpp 183 void EditorClientWx::toggleGrammarChecking()
  /external/webkit/Source/WebCore/page/
EditorClient.h 88 virtual void toggleGrammarChecking() = 0;
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
EditorClientGtk.h 87 virtual void toggleGrammarChecking();
EditorClientGtk.cpp 585 void EditorClient::toggleGrammarChecking()
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebEditorClient.h 46 virtual void toggleGrammarChecking();
WebEditorClient.cpp 167 void WebEditorClient::toggleGrammarChecking()
169 m_webView->toggleGrammarChecking(0);
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
EditorClientWinCE.h 49 virtual void toggleGrammarChecking();
EditorClientWinCE.cpp 222 void EditorClientWinCE::toggleGrammarChecking()
  /external/webkit/Source/WebKit/chromium/src/
EditorClientImpl.h 60 virtual void toggleGrammarChecking();
EditorClientImpl.cpp 180 void EditorClientImpl::toggleGrammarChecking()
    [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebEditorClient.h 47 virtual void toggleGrammarChecking();
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebEditorClient.h 53 virtual void toggleGrammarChecking();
WebEditorClient.cpp 103 void WebEditorClient::toggleGrammarChecking()
  /external/webkit/Source/WebCore/editing/
Editor.h 211 void toggleGrammarChecking();
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 444 virtual void toggleGrammarChecking() { }

Completed in 83 milliseconds

1 2