Searched refs:m_isXSL (Results 1 – 2 of 2) sorted by relevance
48 , m_isXSL(false) in ProcessingInstruction()126 m_isXSL = (type == "text/xml" || type == "text/xsl" || type == "application/xml" || in checkStyleSheet()128 if (!m_isCSS && !m_isXSL) in checkStyleSheet()145 if (m_isXSL) { in checkStyleSheet()165 if (m_isXSL) in checkStyleSheet()227 ASSERT(m_isXSL); in setXSLStyleSheet()
53 bool isXSL() const { return m_isXSL; } in isXSL()96 bool m_isXSL; variable