Home | History | Annotate | Download | only in mac

Lines Matching refs:mime

1400         RetainPtr<CFStringRef> mime(AdoptCF, UTTypeCopyPreferredTagWithClass(uti.get(), kUTTagClassMIMEType));
1401 if (mime)
1402 cache.add(mime.get());
1407 // UTI is missing many media related MIME types supported by QTKit (see rdar://6434168), and not all
1408 // web servers use the MIME type UTI returns for an extension (see rdar://7875393), so even if UTI
1409 // has a type for this extension add any types in hard coded table in the MIME type regsitry.
1453 // of every MIME type supported by QTKit.
1464 // extended MIME type yet.