Searched refs:isTextMIMEType (Results 1 – 8 of 8) sorted by relevance
63 static bool isTextMIMEType(const String& MIMEType);
299 bool DOMImplementation::isTextMIMEType(const String& mimeType) in isTextMIMEType() function in WebCore::DOMImplementation370 if (isTextMIMEType(type)) in createDocument()
808 (DOMImplementation::isTextMIMEType(mimeType) && in canShowMIMEType()
848 if (WebCore::DOMImplementation::isTextMIMEType(mimeType) ||
12632 this change would then break DOMImplementation::isTextMIMEType(), that method was reverted12636 (WebCore::DOMImplementation::isTextMIMEType): Revert to previous version.12655 (WebCore::DOMImplementation::isTextMIMEType): For now, call through to the MIMETypeRegistry
629 (WebCore::DOMImplementation::isTextMIMEType):
23906 (WebCore::DOMImplementation::isTextMIMEType): Render application/json as text/plain.
62061 (WebCore::DOMImplementation::isTextMIMEType): Use