Searched refs:didSetSelectionTypesForPasteboard (Results 1 - 25 of 27) sorted by path

12

/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h463 virtual void didSetSelectionTypesForPasteboard() { } function in class:WebCore::EmptyEditorClient
/external/webkit/Source/WebCore/page/
H A DEditorClient.h105 virtual void didSetSelectionTypesForPasteboard() = 0;
/external/webkit/Source/WebCore/platform/mac/
H A DPasteboardMac.mm179 frame->editor()->client()->didSetSelectionTypesForPasteboard();
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DEditorClientAndroid.cpp87 void EditorClientAndroid::didSetSelectionTypesForPasteboard() { notImplemented(); } function in class:android::EditorClientAndroid
H A DEditorClientAndroid.h79 virtual void didSetSelectionTypesForPasteboard();
/external/webkit/Source/WebKit/chromium/src/
H A DEditorClientImpl.cpp299 void EditorClientImpl::didSetSelectionTypesForPasteboard() function in class:WebKit::EditorClientImpl
H A DEditorClientImpl.h78 virtual void didSetSelectionTypesForPasteboard();
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.cpp143 void EditorClientEfl::didSetSelectionTypesForPasteboard() function in class:WebCore::EditorClientEfl
H A DEditorClientEfl.h79 virtual void didSetSelectionTypesForPasteboard();
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DEditorClientGtk.cpp479 void EditorClient::didSetSelectionTypesForPasteboard() function in class:WebKit::EditorClient
H A DEditorClientGtk.h105 virtual void didSetSelectionTypesForPasteboard();
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.cpp187 void EditorClientHaiku::didSetSelectionTypesForPasteboard() function in class:WebCore::EditorClientHaiku
H A DEditorClientHaiku.h76 virtual void didSetSelectionTypesForPasteboard();
/external/webkit/Source/WebKit/mac/DefaultDelegates/
H A DWebDefaultEditingDelegate.m109 - (void)webView:(WebView *)webView didSetSelectionTypesForPasteboard:(NSPasteboard *)pasteboard
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebEditorClient.h71 virtual void didSetSelectionTypesForPasteboard();
H A DWebEditorClient.mm325 void WebEditorClient::didSetSelectionTypesForPasteboard()
327 [[m_webView _editingDelegateForwarder] webView:m_webView didSetSelectionTypesForPasteboard:[NSPasteboard generalPasteboard]];
/external/webkit/Source/WebKit/mac/WebView/
H A DWebEditingDelegatePrivate.h36 - (void)webView:(WebView *)webView didSetSelectionTypesForPasteboard:(NSPasteboard *)pasteboard;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp231 void EditorClientQt::didSetSelectionTypesForPasteboard() function in class:WebCore::EditorClientQt
H A DEditorClientQt.h76 virtual void didSetSelectionTypesForPasteboard();
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebEditorClient.cpp229 void WebEditorClient::didSetSelectionTypesForPasteboard() function in class:WebEditorClient
H A DWebEditorClient.h58 virtual void didSetSelectionTypesForPasteboard();
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DEditorClientWinCE.cpp142 void EditorClientWinCE::didSetSelectionTypesForPasteboard() function in class:WebKit::EditorClientWinCE
H A DEditorClientWinCE.h66 virtual void didSetSelectionTypesForPasteboard();
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.cpp274 void EditorClientWx::didSetSelectionTypesForPasteboard() function in class:WebCore::EditorClientWx
H A DEditorClientWx.h78 virtual void didSetSelectionTypesForPasteboard();

Completed in 360 milliseconds

12