Home
last modified time | relevance | path

Searched refs:toggleAutomaticSpellingCorrection (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/page/
DEditorClient.h156 virtual void toggleAutomaticSpellingCorrection() = 0;
DContextMenuController.cpp410 frame->editor()->toggleAutomaticSpellingCorrection(); in contextMenuItemSelected()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.h123 virtual void toggleAutomaticSpellingCorrection();
/external/webkit/Source/WebKit/mac/WebCoreSupport/
DWebEditorClient.h98 virtual void toggleAutomaticSpellingCorrection();
DWebEditorClient.mm477 void WebEditorClient::toggleAutomaticSpellingCorrection() function
479 [m_webView toggleAutomaticSpellingCorrection:nil];
/external/webkit/Source/WebCore/editing/
DEditor.h252 void toggleAutomaticSpellingCorrection();
DEditor.cpp1386 void Editor::toggleAutomaticSpellingCorrection() in toggleAutomaticSpellingCorrection() function in WebCore::Editor
1389 client()->toggleAutomaticSpellingCorrection(); in toggleAutomaticSpellingCorrection()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
DWebEditorClientMac.mm236 void WebEditorClient::toggleAutomaticSpellingCorrection()
/external/webkit/Source/WebKit/mac/WebView/
DWebViewPrivate.h667 - (void)toggleAutomaticSpellingCorrection:(id)sender;
DWebHTMLView.mm428 - (void)toggleAutomaticSpellingCorrection:(id)sender;
2839 if (action == @selector(toggleAutomaticSpellingCorrection:)) {
5361 - (void)toggleAutomaticSpellingCorrection:(id)sender
5363 [[self _webView] toggleAutomaticSpellingCorrection:sender];
DWebView.mm4420 } else if (action == @selector(toggleAutomaticSpellingCorrection:)) {
5376 - (void)toggleAutomaticSpellingCorrection:(id)sender
/external/webkit/Source/WebCore/loader/
DEmptyClients.h518 virtual void toggleAutomaticSpellingCorrection() { } in toggleAutomaticSpellingCorrection() function
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm648 if (action == @selector(toggleAutomaticSpellingCorrection:)) {
799 - (IBAction)toggleAutomaticSpellingCorrection:(id)sender
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-296376 (WebEditorClient::toggleAutomaticSpellingCorrection):
6408 (-[WebHTMLView toggleAutomaticSpellingCorrection:]):
6430 (-[WebView toggleAutomaticSpellingCorrection:]):
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1610580 (-[WKView toggleAutomaticSpellingCorrection:]):
10652 (-[WKView toggleAutomaticSpellingCorrection:]):
30513 (WebKit::WebEditorClient::toggleAutomaticSpellingCorrection):