Lines Matching refs:NSArray
51 - (void)setTypes:(NSArray *)types onPasteboard:(NSPasteboard *)pboard; argument
61 + (NSArray *)_web_writableTypesForURL
63 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, ([[NSArray alloc] initWithObjects:
73 static inline NSArray *_createWritableTypesForImageWithoutArchive()
80 static NSArray *_writableTypesForImageWithoutArchive (void)
82 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, (_createWritableTypesForImageWithoutArchive()));
86 static inline NSArray *_createWritableTypesForImageWithArchive()
94 static NSArray *_writableTypesForImageWithArchive (void)
96 DEFINE_STATIC_LOCAL(RetainPtr<NSArray>, types, (_createWritableTypesForImageWithArchive()));
100 + (NSArray *)_web_writableTypesForImageIncludingArchive:(BOOL)hasArchive
107 + (NSArray *)_web_dragTypesForURL
109 return [NSArray arrayWithObjects:
121 NSArray *types = [self types];
142 NSArray *files = [self propertyListForType:NSFilenamesPboardType];
155 - (void)_web_writeURL:(NSURL *)URL andTitle:(NSString *)title types:(NSArray *)types
174 …[WebURLsWithTitles writeURLs:[NSArray arrayWithObject:URL] andTitles:[NSArray arrayWithObject:titl…
180 [findPasteboard declareTypes:[NSArray arrayWithObject:NSStringPboardType] owner:owner];
202 NSArray *subresources = [archive subresources];
233 types:(NSArray *)types
285 NSArray *extensions = [[NSArray alloc] initWithObjects:extension, nil];