Lines Matching full:nspasteboard
132 (-[NSPasteboard _web_writeURL:andTitle:withOwner:]): don't use addTypes as it doesn't work as I expected
501 (-[NSPasteboard _web_writeURL:andTitle:withOwner:]): declare pboard types if none have been declared, else append types
842 (-[NSPasteboard _web_bestURL]): Don't accept directories.
866 (-[NSPasteboard _web_writeURL:andTitle:withOwner:]): more error checking
4487 * Misc.subproj/WebNSPasteboardExtras.m: (-[NSPasteboard _web_bestURL]):
6008 (+[NSPasteboard initialize]): set WebURLPboardType and WebURLNamePboardType
6009 (-[NSPasteboard _web_writeURL:andTitle:withOwner:]): use WebURLPboardType and WebURLNamePboardType
6507 (-[NSPasteboard _web_writeURL:andTitle:withOwner:]): new
6509 (-[WebDefaultContextMenuDelegate copyLinkToClipboard:]): call -[NSPasteboard _web_writeURL:andTitle:withOwner:]
6511 (-[WebHTMLView mouseDragged:]): call -[NSPasteboard _web_writeURL:andTitle:withOwner:]
6792 (+[NSPasteboard _web_dragTypesForURL]): Moved this here; was
6794 (-[NSPasteboard _web_bestURL]): Moved this here; was
6801 Updated for SPI change; also removed methods now in NSPasteboard.
6875 take an NSPasteboard * instead of an NSDraggingInfo *; change
6879 - make this a class method and have it take an NSPasteboard *