Lines Matching refs:image
99 #import <WebCore/Image.h>
621 // Non-image file types; _web_userVisibleString is appropriate here because this will
1739 if (Image* image = [self promisedDragTIFFDataSource]->image())
1740 [pasteboard setData:(NSData *)image->getTIFFRepresentation() forType:NSTIFFPboardType];
2084 URL:uniqueURLWithRelativePart(@"image.tiff")
2085 MIMEType:@"image/tiff"
2105 URL:uniqueURLWithRelativePart(@"image.pict")
2106 MIMEType:@"image/pict"
2118 URL:uniqueURLWithRelativePart(@"image.png")
2119 MIMEType:@"image/png"
3521 NSString* trueExtension(tiffResource->image()->filenameExtension());
3547 LOG_ERROR("Failed to create image file.");
3555 LOG_ERROR("Failed to create image file via -[NSFileWrapper writeToFile:atomically:updateFilenames:]");