Searched refs:getMIMETypeForExtension (Results 1 – 6 of 6) sorted by relevance
42 String MIMETypeRegistry::getMIMETypeForExtension(const String &ext) in getMIMETypeForExtension() function in WebCore::MIMETypeRegistry59 String mimeType = getMIMETypeForExtension(extension); in getMIMETypeForPath()
56 return MIMETypeRegistry::getMIMETypeForExtension(extension); in mimeTypeFromURL()
39 static String getMIMETypeForExtension(const String& extension);
300 String imageMimeType = MIMETypeRegistry::getMIMETypeForExtension(imageExtension); in writeImageToDataObject()303 if (imageMimeType == MIMETypeRegistry::getMIMETypeForExtension(fileExtension)) in writeImageToDataObject()
47 type = MIMETypeRegistry::getMIMETypeForExtension(name.substring(index + 1)); in getContentTypeFromFileName()
694 mimeType = MIMETypeRegistry::getMIMETypeForExtension(extension); in objectContentType()