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

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

Completed in 532 milliseconds