isJSONMIMEType    335 Source/core/dom/DOMImplementation.cpp     return MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || isJSONMIMEType(mimeType) || isTextPlainType(mimeType);
isJSONMIMEType     72 Source/core/dom/DOMImplementation.h     static bool isJSONMIMEType(const String&);
isJSONMIMEType    169 Source/core/inspector/NetworkResourcesData.cpp     } else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || DOMImplementation::isJSONMIMEType(mimeType)) {