Lines Matching full:nspasteboard
627 NSArray *URLTypes = [NSPasteboard _web_dragTypesForURL];
1930 - (void)_writeImageForElement:(NSDictionary *)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard
1943 - (void)_writeLinkElement:(NSDictionary *)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard
2544 - (NSPasteboard *)_insertionPasteboard
3065 + (NSURL *)URLFromPasteboard:(NSPasteboard *)pasteboard
3070 + (NSString *)URLTitleFromPasteboard:(NSPasteboard *)pasteboard
4080 - (void)writeSelectionWithPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard
4093 return [NSPasteboard _web_writableTypesForImageIncludingArchive:([element objectForKey:WebElementDOMNodeKey] != nil)];
4095 return [NSPasteboard _web_writableTypesForURL];
4102 - (void)writeElement:(NSDictionary *)element withPasteboardTypes:(NSArray *)types toPasteboard:(NSPasteboard *)pasteboard
5845 NSPasteboard *pasteboard = [NSPasteboard pasteboardWithUniqueName];
6019 - (void)_setInsertionPasteboard:(NSPasteboard *)pasteboard