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 29 #include "core/xml/XSLStyleSheet.h"
51 void setXSLStyleSheet(PassRefPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleSheet; }
75 XSLStyleSheet* xslStylesheet() const { return m_stylesheet.get(); }
85 RefPtr<XSLStyleSheet> m_stylesheet;
XSLTProcessorLibxslt.cpp 39 #include "core/xml/XSLStyleSheet.h"
112 Frame* frame = globalProcessor->xslStylesheet()->ownerDocument()->frame();
129 return globalProcessor->xslStylesheet()->locateStylesheetSubResource(((xsltStylesheetPtr)ctxt)->doc, uri);
222 static xsltStylesheetPtr xsltStylesheetPointer(RefPtr<XSLStyleSheet>& cachedStylesheet, Node* stylesheetRootNode)
225 cachedStylesheet = XSLStyleSheet::createForXSLTProcessor(stylesheetRootNode->parentNode() ? stylesheetRootNode->parentNode() : stylesheetRootNode,

Completed in 277 milliseconds