Searched refs:isSupportedNonImageMIMEType (Results 1 – 6 of 6) sorted by relevance
61 static bool isSupportedNonImageMIMEType(const String& mimeType);
96 bool MIMETypeRegistry::isSupportedNonImageMIMEType(const String& mimeType) in isSupportedNonImageMIMEType() function in WebCore::MIMETypeRegistry
164 …rtedJavaScriptMIMEType(resource.mimeType) || MIMETypeRegistry::isSupportedNonImageMIMEType(resourc… in generateMHTMLData()
261 …if (!MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType) || MIMETypeRegistry::isSupportedJavaS… in addResourceToArchive()
716 if (MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType)) in objectContentType()
284 } else if (MIMETypeRegistry::isSupportedNonImageMIMEType(mimeType)) { in didReadDirectoryEntries()