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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.h 28 #include "core/xml/XSLStyleSheet.h"
46 void setXSLStyleSheet(PassRefPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleSheet; }
70 XSLStyleSheet* xslStylesheet() const { return m_stylesheet.get(); }
80 RefPtr<XSLStyleSheet> m_stylesheet;
XSLTProcessorLibxslt.cpp 46 #include "core/xml/XSLStyleSheet.h"
117 Frame* frame = globalProcessor->xslStylesheet()->ownerDocument()->frame();
133 return globalProcessor->xslStylesheet()->locateStylesheetSubResource(((xsltStylesheetPtr)ctxt)->doc, uri);
226 static xsltStylesheetPtr xsltStylesheetPointer(RefPtr<XSLStyleSheet>& cachedStylesheet, Node* stylesheetRootNode)
229 cachedStylesheet = XSLStyleSheet::createForXSLTProcessor(stylesheetRootNode->parentNode() ? stylesheetRootNode->parentNode() : stylesheetRootNode,

Completed in 33 milliseconds