Searched refs:isXMLMIMEType (Results 1 – 13 of 13) sorted by relevance
30 if (!DOMImplementation::isXMLMIMEType(contentType)) in parseFromString()
924 return DOMImplementation::isXMLMIMEType(responseMIMEType()); in responseIsXML()
62 static bool isXMLMIMEType(const String& MIMEType);
290 bool DOMImplementation::isXMLMIMEType(const String& mimeType) in isXMLMIMEType() function in WebCore::DOMImplementation382 if (isXMLMIMEType(type)) in createDocument()
128 …pe == "text/html" || m_MIMEType == "image/svg+xml" || DOMImplementation::isXMLMIMEType(m_MIMEType); in isDisplayingMarkupDocument()
63 …== "application/xhtml+xml" || m_type == "image/svg+xml" || DOMImplementation::isXMLMIMEType(m_type) in createParser()
288 if (DOMImplementation::isXMLMIMEType(mimeType)) in determineContentType()
810 DOMImplementation::isXMLMIMEType(mimeType)) in canShowMIMEType()
1487 … *result = mimeType == "text/html" || WebCore::DOMImplementation::isXMLMIMEType(mimeType); in canProvideDocumentSource()
5811 (KJS::DOMParserProtoFunc::callAsFunction): use isXMLMIMEType5815 (KJS::XMLHttpRequest::getValueProperty): use isXMLMIMEType5845 (DOMImplementationImpl::isXMLMIMEType): new function
55667 (WebCore::DOMImplementation::isXMLMIMEType): Pass TextCaseSensitive when creating69882 (WebCore::DOMImplementation::isXMLMIMEType):71859 (WebCore::DOMImplementation::isXMLMIMEType): Ditto
2740 (WebCore::DOMImplementation::isXMLMIMEType):
47258 (WebCore::DOMImplementation::isXMLMIMEType): Use string instead of DeprecatedString