Home
last modified time | relevance | path

Searched defs:writeSelectionToPasteboard (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DCanvas.java661 boolean writeSelectionToPasteboard(long id, long sel, long pasteboardObj, long typesObj) { in writeSelectionToPasteboard() method in Canvas
684 boolean writeSelectionToPasteboard(NSPasteboard pboard, NSString type) { in writeSelectionToPasteboard() method in Canvas
H A DWidget.java2179 boolean writeSelectionToPasteboard(long id, long sel, long pasteboard, long types) { in writeSelectionToPasteboard() method in Widget
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSObject.java92 public boolean writeSelectionToPasteboard(NSPasteboard pboard, NSArray types) { in writeSelectionToPasteboard() method in NSObject
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditor.cpp477 void Editor::writeSelectionToPasteboard(Pasteboard* pasteboard) in writeSelectionToPasteboard() function in WebCore::Editor