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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 67 bool sourceIsDocument = (sourceNode == ownerDocument.get());
72 result = Document::create(DocumentInit(sourceIsDocument ? ownerDocument->url() : KURL(), frame));
75 result = DOMImplementation::createDocument(sourceMIMEType, frame, sourceIsDocument ? ownerDocument->url() : KURL(), false);
XSLTProcessorLibxslt.cpp 247 bool sourceIsDocument = (sourceNode == ownerDocument.get());
250 if (sourceIsDocument && ownerDocument->transformSource())
254 sourceIsDocument ? ownerDocument->url().string() : String());

Completed in 45 milliseconds