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

/macosx-10.10/WebCore-7600.1.25/page/
H A DEditorClient.h79 virtual void toggleContinuousSpellChecking() = 0;
H A DContextMenuController.cpp471 frame->editor().toggleContinuousSpellChecking();
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebEditorClient.h48 virtual void toggleContinuousSpellChecking();
H A DWebEditorClient.cpp158 void WebEditorClient::toggleContinuousSpellChecking() function in class:WebEditorClient
160 m_webView->toggleContinuousSpellChecking(0);
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DEditorClientWinCE.h46 virtual void toggleContinuousSpellChecking() override;
H A DEditorClientWinCE.cpp225 void EditorClientWinCE::toggleContinuousSpellChecking() function in class:WebKit::EditorClientWinCE
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebEditorClient.h53 virtual void toggleContinuousSpellChecking() override;
190 inline void WebEditorClient::toggleContinuousSpellChecking() function in class:WebEditorClient
H A DWebEditorClient.mm213 void WebEditorClient::toggleContinuousSpellChecking()
215 [m_webView toggleContinuousSpellChecking:nil];
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebEditorClient.h50 virtual void toggleContinuousSpellChecking() override;
H A DWebEditorClient.cpp103 void WebEditorClient::toggleContinuousSpellChecking() function in class:WebKit::WebEditorClient
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebView.h575 - (IBAction)toggleContinuousSpellChecking:(id)sender;
H A DWebView.mm6448 - (IBAction)toggleContinuousSpellChecking:(id)sender
6487 } else if (action == @selector(toggleContinuousSpellChecking:)) {
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditor.h231 void toggleContinuousSpellChecking();
H A DEditor.cpp1454 void Editor::toggleContinuousSpellChecking() function in class:WebCore::Editor
1457 client()->toggleContinuousSpellChecking();
/macosx-10.10/WebKit-7600.1.25/win/Interfaces/
H A DIWebView.idl838 - (IBAction)toggleContinuousSpellChecking:(id)sender;
840 HRESULT toggleContinuousSpellChecking([in] IUnknown* sender);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DEmptyClients.h430 virtual void toggleContinuousSpellChecking() override { }
/macosx-10.10/WebCore-7600.1.25/testing/
H A DInternals.cpp291 page->mainFrame().editor().toggleContinuousSpellChecking();
1335 contextDocument()->frame()->editor().toggleContinuousSpellChecking();
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebView.h380 virtual HRESULT STDMETHODCALLTYPE toggleContinuousSpellChecking(
H A DWebView.cpp4065 HRESULT STDMETHODCALLTYPE WebView::toggleContinuousSpellChecking(
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/mac/
H A DWKView.mm774 if (action == @selector(toggleContinuousSpellChecking:)) {
914 - (IBAction)toggleContinuousSpellChecking:(id)sender

Completed in 518 milliseconds