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

  /external/webkit/Source/WebCore/xml/
XSLStyleSheet.h 91 xmlDocPtr locateStylesheetSubResource(xmlDocPtr parentDoc, const xmlChar* uri);
XSLStyleSheetLibxslt.cpp 271 xmlDocPtr XSLStyleSheet::locateStylesheetSubResource(xmlDocPtr parentDoc, const xmlChar* uri)
301 xmlDocPtr result = import->styleSheet()->locateStylesheetSubResource(parentDoc, uri);
XSLTProcessorLibxslt.cpp 154 return globalProcessor->xslStylesheet()->locateStylesheetSubResource(((xsltStylesheetPtr)ctxt)->doc, uri);

Completed in 279 milliseconds