Home
last modified time | relevance | path

Searched refs:createForXSLTProcessor (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXSLStyleSheet.h61 …static PassRefPtr<XSLStyleSheet> createForXSLTProcessor(Node* parentNode, const String& originalUR… in createForXSLTProcessor() function
DXSLTProcessorQt.cpp121 … stylesheet = XSLStyleSheet::createForXSLTProcessor(node->parentNode() ? node->parentNode() : node, in transformToString()
DXSLTProcessorLibxslt.cpp250 …cachedStylesheet = XSLStyleSheet::createForXSLTProcessor(stylesheetRootNode->parentNode() ? styles… in xsltStylesheetPointer()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-069702 (WebCore::XSLStyleSheet::createForXSLTProcessor):