Home
last modified time | relevance | path

Searched refs:m_stylesheetDoc (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/xml/
DXSLStyleSheetLibxslt.cpp63 , m_stylesheetDoc(0) in XSLStyleSheet()
74 , m_stylesheetDoc(0) in XSLStyleSheet()
83 xmlFreeDoc(m_stylesheetDoc); in ~XSLStyleSheet()
114 return m_stylesheetDoc; in document()
119 m_stylesheetDoc = 0; in clearDocuments()
144 xmlFreeDoc(m_stylesheetDoc); in parseString()
166 ctxt->dict = m_parentStyleSheet->m_stylesheetDoc->dict; in parseString()
170 m_stylesheetDoc = xmlCtxtReadMemory(ctxt, buffer, size, in parseString()
178 return m_stylesheetDoc; in parseString()
250 xsltStylesheetPtr result = xsltParseStylesheetDoc(m_stylesheetDoc); in compileStyleSheet()
DXSLStyleSheet.h105 xmlDocPtr m_stylesheetDoc; variable