Home
last modified time | relevance | path

Searched refs:supportedJavaScriptMIMETypes (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/
DMIMETypeRegistry.cpp55 static HashSet<String>* supportedJavaScriptMIMETypes; variable
218 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()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1062076 supportedJavaScriptMIMETypes, then pre-populate supportedNonImageMIMETypes
62077 with values in supportedJavaScriptMIMETypes.