Searched refs:toggleContinuousSpellChecking (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DEditorClientQt.h55 virtual void toggleContinuousSpellChecking();
H A DEditorClientQt.cpp359 void EditorClientQt::toggleContinuousSpellChecking() function in class:WebCore::EditorClientQt
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEditorClient.h74 virtual void toggleContinuousSpellChecking() = 0;
H A DContextMenuController.cpp453 frame->editor().toggleContinuousSpellChecking();
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DEditorClientBlackBerry.h45 virtual void toggleContinuousSpellChecking();
H A DEditorClientBlackBerry.cpp130 void EditorClientBlackBerry::toggleContinuousSpellChecking() function in class:WebCore::EditorClientBlackBerry
/macosx-10.9.5/WebKit-7537.78.2/efl/WebCoreSupport/
H A DEditorClientEfl.h89 virtual void toggleContinuousSpellChecking();
H A DEditorClientEfl.cpp263 void EditorClientEfl::toggleContinuousSpellChecking() function in class:WebCore::EditorClientEfl
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DEditorClientGtk.h80 virtual void toggleContinuousSpellChecking();
H A DEditorClientGtk.cpp379 void EditorClient::toggleContinuousSpellChecking() function in class:WebKit::EditorClient
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebEditorClient.h49 virtual void toggleContinuousSpellChecking();
H A DWebEditorClient.cpp157 void WebEditorClient::toggleContinuousSpellChecking() function in class:WebEditorClient
159 m_webView->toggleContinuousSpellChecking(0);
/macosx-10.9.5/WebKit-7537.78.2/wince/WebCoreSupport/
H A DEditorClientWinCE.h47 virtual void toggleContinuousSpellChecking();
H A DEditorClientWinCE.cpp230 void EditorClientWinCE::toggleContinuousSpellChecking() function in class:WebKit::EditorClientWinCE
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebEditorClient.h49 virtual void toggleContinuousSpellChecking() OVERRIDE;
H A DWebEditorClient.mm202 void WebEditorClient::toggleContinuousSpellChecking()
204 [m_webView toggleContinuousSpellChecking:nil];
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h51 virtual void toggleContinuousSpellChecking() OVERRIDE;
H A DWebEditorClient.cpp106 void WebEditorClient::toggleContinuousSpellChecking() function in class:WebKit::WebEditorClient
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebView.h678 - (IBAction)toggleContinuousSpellChecking:(id)sender;
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditor.h228 void toggleContinuousSpellChecking();
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DEmptyClients.h406 virtual void toggleContinuousSpellChecking() { } function in class:WebCore::EmptyEditorClient
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebView.idl835 - (IBAction)toggleContinuousSpellChecking:(id)sender;
837 HRESULT toggleContinuousSpellChecking([in] IUnknown* sender);
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp275 page->mainFrame()->editor().toggleContinuousSpellChecking();
1406 contextDocument()->frame()->editor().toggleContinuousSpellChecking();
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.h391 virtual HRESULT STDMETHODCALLTYPE toggleContinuousSpellChecking(
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKView.mm787 if (action == @selector(toggleContinuousSpellChecking:)) {
925 - (IBAction)toggleContinuousSpellChecking:(id)sender

Completed in 131 milliseconds

12