Searched refs:supportedJavaScriptMIMETypes (Results 1 – 2 of 2) sorted by relevance
55 static HashSet<String>* supportedJavaScriptMIMETypes; variable218 supportedJavaScriptMIMETypes->add(types[i]); in initializeSupportedJavaScriptMIMETypes()446 supportedJavaScriptMIMETypes = new HashSet<String>; in initializeMIMETypeRegistry()449 supportedNonImageMIMETypes = new HashSet<String>(*supportedJavaScriptMIMETypes); in initializeMIMETypeRegistry()505 if (!supportedJavaScriptMIMETypes) in isSupportedJavaScriptMIMEType()507 return supportedJavaScriptMIMETypes->contains(mimeType); in isSupportedJavaScriptMIMEType()
62076 supportedJavaScriptMIMETypes, then pre-populate supportedNonImageMIMETypes62077 with values in supportedJavaScriptMIMETypes.