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

  /external/webkit/Source/WebCore/dom/
ProcessingInstruction.h 53 bool isXSL() const { return m_isXSL; }
104 bool m_isXSL;
ProcessingInstruction.cpp 48 , m_isXSL(false)
126 m_isXSL = (type == "text/xml" || type == "text/xsl" || type == "application/xml" ||
128 if (!m_isCSS && !m_isXSL)
145 if (m_isXSL) {
165 if (m_isXSL)
227 ASSERT(m_isXSL);

Completed in 54 milliseconds