Home | History | Annotate | Download | only in parser

Lines Matching refs:m_contentType

114     : m_contentType(determineContentType(mimeType))
115 , m_encoding(defaultEncoding(m_contentType, specifiedDefaultEncoding))
373 if (m_contentType == CSSContent && !m_checkedForCSSCharset) {
378 if ((m_contentType == HTMLContent || m_contentType == XMLContent) && !m_checkedForXMLCharset) {
397 if (m_contentType == HTMLContent && !m_checkedForMetaCharset)
411 String result = m_codec->decode(dataForDecode, lengthForDecode, DoNotFlush, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);
423 && ((!m_checkedForXMLCharset && (m_contentType == HTMLContent || m_contentType == XMLContent)) || (!m_checkedForCSSCharset && (m_contentType == CSSContent)))) {
432 String result = m_codec->decode(m_buffer.data(), m_buffer.size(), FetchEOF, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);