HomeSort by relevance Sort by last modified time
    Searched refs:HTMLContent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
TextResourceDecoder.cpp 96 return HTMLContent;
378 if ((m_contentType == HTMLContent || m_contentType == XMLContent) && !m_checkedForXMLCharset) {
397 if (m_contentType == HTMLContent && !m_checkedForMetaCharset)
423 && ((!m_checkedForXMLCharset && (m_contentType == HTMLContent || m_contentType == XMLContent)) || (!m_checkedForCSSCharset && (m_contentType == CSSContent)))) {
TextResourceDecoder.h 76 enum ContentType { PlainTextContent, HTMLContent, XMLContent, CSSContent }; // PlainText only checks for BOM.

Completed in 36 milliseconds