Searched refs:isJSONMIMEType (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.h71 static bool isJSONMIMEType(const String&);
H A DDOMImplementation.cpp291 bool DOMImplementation::isJSONMIMEType(const String& mimeType) function in class:blink::DOMImplementation
320 return MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || isJSONMIMEType(mimeType) || isTextPlainType(mimeType);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DNetworkResourcesData.cpp169 } else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(mimeType) || DOMImplementation::isJSONMIMEType(mimeType)) {

Completed in 87 milliseconds