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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessorLibxslt.cpp 249 xmlDocPtr sourceDoc = 0;
251 sourceDoc = (xmlDocPtr)ownerDocument->transformSource()->platformSource();
252 if (!sourceDoc) {
253 sourceDoc = (xmlDocPtr)xmlDocPtrForString(ownerDocument->fetcher(), createMarkup(sourceNode),
255 shouldDelete = sourceDoc;
257 return sourceDoc;
298 if (xmlDocPtr sourceDoc = xmlDocPtrFromNode(sourceNode, shouldFreeSourceDoc)) {
303 xsltTransformContextPtr transformContext = xsltNewTransformContext(sheet, sourceDoc);
327 xmlDocPtr resultDoc = xsltApplyStylesheetUser(sheet, sourceDoc, 0, 0, 0, transformContext);
334 xmlFreeDoc(sourceDoc);
    [all...]
  /external/chromium_org/third_party/libxml/src/
tree.c     [all...]
testapi.c     [all...]
  /external/libxml2/
tree.c     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h     [all...]
  /external/libxml2/include/libxml/
tree.h     [all...]

Completed in 329 milliseconds