writeSelectionToPasteboard 860 Source/core/editing/Editor.cpp writeSelectionToPasteboard(Pasteboard::generalPasteboard(), selection.get(), plainText); writeSelectionToPasteboard 880 Source/core/editing/Editor.cpp writeSelectionToPasteboard(Pasteboard::generalPasteboard(), selectedRange().get(), m_frame.selectedTextForClipboard()); writeSelectionToPasteboard 260 Source/core/editing/Editor.h void writeSelectionToPasteboard(Pasteboard*, Range*, const String& plainText);