Searched refs:getWellKnownMIMETypeForExtension (Results 1 – 3 of 3) sorted by relevance
39 static String getWellKnownMIMETypeForExtension(const String& extension);
47 String MIMETypeRegistry::getWellKnownMIMETypeForExtension(const String &ext) in getWellKnownMIMETypeForExtension() function in blink::MIMETypeRegistry
46 type = MIMETypeRegistry::getWellKnownMIMETypeForExtension(name.substring(index + 1)); in getContentTypeFromFileName()