Searched refs:toggleAutomaticLinkDetection (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DEditorClient.h150 virtual void toggleAutomaticLinkDetection() = 0;
H A DContextMenuController.cpp404 frame->editor()->toggleAutomaticLinkDetection();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm203 void WebEditorClient::toggleAutomaticLinkDetection()
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h92 virtual void toggleAutomaticLinkDetection();
H A DWebEditorClient.mm447 void WebEditorClient::toggleAutomaticLinkDetection()
449 [m_webView toggleAutomaticLinkDetection:nil];
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebEditorClient.h117 virtual void toggleAutomaticLinkDetection();
/external/webkit/Source/WebCore/editing/
H A DEditor.h246 void toggleAutomaticLinkDetection();
H A DEditor.cpp1353 void Editor::toggleAutomaticLinkDetection() function in class:WebCore::Editor
1356 client()->toggleAutomaticLinkDetection();
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h516 virtual void toggleAutomaticLinkDetection() { } function in class:WebCore::EmptyEditorClient
/external/webkit/Source/WebKit/mac/WebView/
H A DWebViewPrivate.h661 - (void)toggleAutomaticLinkDetection:(id)sender;
H A DWebHTMLView.mm419 - (void)toggleAutomaticLinkDetection:(id)sender;
2821 if (action == @selector(toggleAutomaticLinkDetection:)) {
5316 - (void)toggleAutomaticLinkDetection:(id)sender
5318 [[self _webView] toggleAutomaticLinkDetection:sender];
H A DWebView.mm4399 } else if (action == @selector(toggleAutomaticLinkDetection:)) {
5334 - (void)toggleAutomaticLinkDetection:(id)sender
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm678 if (action == @selector(toggleAutomaticLinkDetection:)) {
881 - (void)toggleAutomaticLinkDetection:(id)sender

Completed in 871 milliseconds