Home
last modified time | relevance | path

Searched refs:NSURLPboardType (Results 1 – 25 of 116) sorted by relevance

12345

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/mac/
H A DPasteboardTypes.mm50NSURLPboardType, NSRTFDPboardType, NSRTFPboardType, NSStringPboardType, NSColorPboardType, kUTType…
56 …ypes = retain([NSArray arrayWithObjects:WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboard…
62 …rray arrayWithObjects:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboard…
68 …rray arrayWithObjects:NSTIFFPboardType, WebURLsWithTitlesPboardType, NSURLPboardType, WebURLPboard…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/mac/
H A DClipboardMac.mm77 return NSURLPboardType;
84 return NSURLPboardType; // note special case in getData to read NSFilenamesType
117 if ([cocoaType isEqualToString:NSURLPboardType]) {
127 // It is unknown if NSFilenamesPboardType always implies NSURLPboardType in Cocoa,
200 // Fallback to NSURLPboardType (which is a single URL)
201 if ([availableTypes containsObject:NSURLPboardType]) {
220 if ([cocoaType.get() isEqualToString:NSURLPboardType]) {
221 …// "URL" and "text/url-list" both map to NSURLPboardType in cocoaTypeFromHTMLClipboardType(), "URL…
249 if ([cocoaType.get() isEqualToString:NSURLPboardType]) {
250 [m_pasteboard.get() addTypes:[NSArray arrayWithObject:NSURLPboardType] owner:nil];
H A DPasteboardMac.mm91 NSURLPboardType,
252 if ([types containsObject:NSURLPboardType])
440 if ([types containsObject:NSURLPboardType]) {
567 if ([types containsObject:NSURLPboardType]) {
H A DDragDataMac.mm120NSURLPboardType, NSRTFDPboardType, NSRTFPboardType, NSStringPboardType, NSColorPboardType, kUTType…
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/quartz/
H A Dgdkselection-quartz.c244 else if ([type isEqualToString:NSURLPboardType]) in gdk_quartz_pasteboard_type_to_atom_libgtk_only()
260 return NSURLPboardType; in gdk_quartz_target_to_pasteboard_type_libgtk_only()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/base/clipboard/
H A Dclipboard_util_mac.mm132 // Set NSURLPboardType. The format of the property list is divined from
138 forType:UTIFromPboardType(NSURLPboardType)];
141 forType:UTIFromPboardType(NSURLPboardType)];
H A Dclipboard_format_type_mac.mm68 static base::NoDestructor<ClipboardFormatType> type(NSURLPboardType);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/clipboard/
H A Dclipboard_util_mac.mm133 // Set NSURLPboardType. The format of the property list is divined from
139 forType:UTIFromPboardType(NSURLPboardType)];
142 forType:UTIFromPboardType(NSURLPboardType)];
H A Dclipboard_format_type_mac.mm68 static base::NoDestructor<ClipboardFormatType> type(NSURLPboardType);
/dports/www/grr/Grr-1.0/Components/DatabaseTreeView/
H A DDatabaseTreeViewController.m101 NSURLPboardType,
445 } else if ([[pboard types] containsObject: NSURLPboardType]) {
471 } else if ([[pboard types] containsObject: NSURLPboardType]) {
507 [types addObject: NSURLPboardType];
523 if ([types containsObject: NSURLPboardType]) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/mozilla/
H A DNSPasteboard+Utils.mm78 NSURLPboardType,
181 NSURL* urlFromNSURL = nil; // Used below in getting an URL from the NSURLPboardType.
229 …} else if ([types containsObject:NSURLPboardType] && (urlFromNSURL = [NSURL URLFromPasteboard:self…
273 [types containsObject:NSURLPboardType] ||
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/mozilla/
H A DNSPasteboard+Utils.mm78 NSURLPboardType,
181 NSURL* urlFromNSURL = nil; // Used below in getting an URL from the NSURLPboardType.
229 …} else if ([types containsObject:NSURLPboardType] && (urlFromNSURL = [NSURL URLFromPasteboard:self…
273 [types containsObject:NSURLPboardType] ||
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/cocoa/org/eclipse/swt/dnd/
H A DURLTransfer.java36 static final String URL = OS.NSURLPboardType.getString();
H A DClipboard.java299 } else if (type.isEqual(OS.NSURLPboardType) || type.isEqual(OS.kUTTypeURL)) { in getContents()
467 } else if (dataType.isEqual(OS.NSURLPboardType) || dataType.isEqual(OS.kUTTypeURL)) { in setContents()
/dports/multimedia/mpv/mpv-0.34.1/video/out/cocoa/
H A Devents_view.m43 NSURLPboardType]];
309 [types containsObject:NSURLPboardType]) {
323 } else if ([[pboard types] containsObject:NSURLPboardType]) {
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtkquartz.c194 else if ([[pasteboard types] containsObject:NSURLPboardType]) in _gtk_quartz_get_selection_data_from_pasteboard()
266 else if ([type isEqualTo:NSURLPboardType]) in _gtk_quartz_set_selection_data_for_pasteboard()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/web_contents/
H A Dweb_drag_source_mac_unittest.mm39 [source lazyWriteToPasteboard:pasteboard2->get() forType:NSURLPboardType];
H A Dweb_drag_dest_mac_unittest.mm40 [pboard declareTypes:[NSArray arrayWithObject:NSURLPboardType]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/web_contents/
H A Dweb_drag_source_mac_unittest.mm39 [source lazyWriteToPasteboard:pasteboard2->get() forType:NSURLPboardType];
H A Dweb_drag_dest_mac_unittest.mm40 [pboard declareTypes:[NSArray arrayWithObject:NSURLPboardType]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkquartz.c240 else if ([[pasteboard types] containsObject:NSURLPboardType]) in _gtk_quartz_get_selection_data_from_pasteboard()
312 else if ([type isEqualTo:NSURLPboardType]) in _gtk_quartz_set_selection_data_for_pasteboard()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/quartz/
H A Dgdkselection-quartz.c178 #define GDK_QUARTZ_URL_PBOARD_TYPE NSURLPboardType
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSPasteboard.h130 APPKIT_EXPORT NSString *NSURLPboardType; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/app_shim_remote_cocoa/
H A Dweb_drag_source_mac.mm112 } else if ([type isEqualToString:NSURLPboardType] ||
271 NSURLPboardType, ui::kUTTypeURLName, base::mac::CFToNSCast(kUTTypeURL)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/app_shim_remote_cocoa/
H A Dweb_drag_source_mac.mm112 } else if ([type isEqualToString:NSURLPboardType] ||
271 NSURLPboardType, ui::kUTTypeURLName, base::mac::CFToNSCast(kUTTypeURL)

12345