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

  /external/webkit/WebCore/dom/
ProcessingInstruction.cpp 47 , m_isXSL(false)
122 m_isXSL = (type == "text/xml" || type == "text/xsl" || type == "application/xml" ||
124 if (!isCSS && !m_isXSL)
141 if (m_isXSL) {
161 if (m_isXSL)
204 ASSERT(!m_isXSL);
220 ASSERT(m_isXSL);
ProcessingInstruction.h 52 bool isXSL() const { return m_isXSL; }
102 bool m_isXSL;

Completed in 193 milliseconds