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

  /external/webkit/WebCore/xml/
XSLStyleSheetLibxslt.cpp 63 , m_stylesheetDoc(0)
74 , m_stylesheetDoc(0)
83 xmlFreeDoc(m_stylesheetDoc);
114 return m_stylesheetDoc;
119 m_stylesheetDoc = 0;
144 xmlFreeDoc(m_stylesheetDoc);
166 ctxt->dict = m_parentStyleSheet->m_stylesheetDoc->dict;
170 m_stylesheetDoc = xmlCtxtReadMemory(ctxt, buffer, size,
178 return m_stylesheetDoc;
250 xsltStylesheetPtr result = xsltParseStylesheetDoc(m_stylesheetDoc);
    [all...]
XSLStyleSheet.h 105 xmlDocPtr m_stylesheetDoc;

Completed in 2008 milliseconds