XMLContent         98 Source/core/html/parser/TextResourceDecoder.cpp         return XMLContent;
XMLContent        106 Source/core/html/parser/TextResourceDecoder.cpp     if (contentType == XMLContent)
XMLContent        376 Source/core/html/parser/TextResourceDecoder.cpp     if ((m_contentType == HTMLContent || m_contentType == XMLContent) && !m_checkedForXMLCharset) {
XMLContent        409 Source/core/html/parser/TextResourceDecoder.cpp     String result = m_codec->decode(dataForDecode, lengthForDecode, DoNotFlush, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);
XMLContent        421 Source/core/html/parser/TextResourceDecoder.cpp         && ((!m_checkedForXMLCharset && (m_contentType == HTMLContent || m_contentType == XMLContent)) || (!m_checkedForCSSCharset && (m_contentType == CSSContent)))) {
XMLContent        430 Source/core/html/parser/TextResourceDecoder.cpp     String result = m_codec->decode(m_buffer.data(), m_buffer.size(), FetchEOF, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);