Searched defs:parentDoc (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLStyleSheetLibxslt.cpp262 xmlDocPtr XSLStyleSheet::locateStylesheetSubResource(xmlDocPtr parentDoc, const xmlChar* uri) argument
264 bool matchedParent = (parentDoc == document());
279 xmlChar* base = xmlNodeGetBase(parentDoc, (xmlNodePtr)parentDoc);
290 xmlDocPtr result = import->styleSheet()->locateStylesheetSubResource(parentDoc, uri);

Completed in 47 milliseconds