HTMLContent        96 Source/core/html/parser/TextResourceDecoder.cpp         return HTMLContent;
HTMLContent       376 Source/core/html/parser/TextResourceDecoder.cpp     if ((m_contentType == HTMLContent || m_contentType == XMLContent) && !m_checkedForXMLCharset) {
HTMLContent       395 Source/core/html/parser/TextResourceDecoder.cpp     if (m_contentType == HTMLContent && !m_checkedForMetaCharset)
HTMLContent       421 Source/core/html/parser/TextResourceDecoder.cpp         && ((!m_checkedForXMLCharset && (m_contentType == HTMLContent || m_contentType == XMLContent)) || (!m_checkedForCSSCharset && (m_contentType == CSSContent)))) {