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 248 xmlDocPtr sourceDoc = 0;
250 sourceDoc = (xmlDocPtr)ownerDocument->transformSource()->platformSource();
251 if (!sourceDoc) {
252 sourceDoc = (xmlDocPtr)xmlDocPtrForString(ownerDocument->fetcher(), createMarkup(sourceNode),
254 shouldDelete = sourceDoc;
256 return sourceDoc;
297 if (xmlDocPtr sourceDoc = xmlDocPtrFromNode(sourceNode, shouldFreeSourceDoc)) {
303 xsltTransformContextPtr transformContext = xsltNewTransformContext(sheet, sourceDoc);
329 xmlDocPtr resultDoc = xsltApplyStylesheetUser(sheet, sourceDoc, 0, 0, 0, transformContext);
336 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 417 milliseconds