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

/macosx-10.10/WebCore-7600.1.25/page/
H A DEditorClient.h97 virtual void willWriteSelectionToPasteboard(Range*) = 0;
H A DDragController.cpp781 src.editor().willWriteSelectionToPasteboard(selectionRange.get());
/macosx-10.10/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebEditorClient.h57 virtual void willWriteSelectionToPasteboard(WebCore::Range*);
H A DWebEditorClient.cpp233 void WebEditorClient::willWriteSelectionToPasteboard(WebCore::Range*) function in class:WebEditorClient
/macosx-10.10/WebKit-7600.1.25/wince/WebCoreSupport/
H A DEditorClientWinCE.h64 virtual void willWriteSelectionToPasteboard(WebCore::Range*) override;
H A DEditorClientWinCE.cpp141 void EditorClientWinCE::willWriteSelectionToPasteboard(WebCore::Range*) function in class:WebKit::EditorClientWinCE
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebCoreSupport/
H A DWebEditorClient.h68 virtual void willWriteSelectionToPasteboard(WebCore::Range*) override;
H A DWebEditorClient.cpp214 void WebEditorClient::willWriteSelectionToPasteboard(Range* range) function in class:WebKit::WebEditorClient
/macosx-10.10/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebEditorClient.h73 virtual void willWriteSelectionToPasteboard(WebCore::Range*) override;
H A DWebEditorClient.mm380 void WebEditorClient::willWriteSelectionToPasteboard(WebCore::Range*)
/macosx-10.10/WebCore-7600.1.25/editing/
H A DEditor.h276 void willWriteSelectionToPasteboard(PassRefPtr<Range>);
H A DEditor.cpp1313 willWriteSelectionToPasteboard(selection);
1634 void Editor::willWriteSelectionToPasteboard(PassRefPtr<Range> range) function in class:WebCore::Editor
1637 client()->willWriteSelectionToPasteboard(range.get());
/macosx-10.10/WebCore-7600.1.25/loader/
H A DEmptyClients.h449 virtual void willWriteSelectionToPasteboard(Range*) override { }

Completed in 285 milliseconds