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

  /external/webkit/Source/WebCore/xml/
XSLTProcessor.cpp 72 bool sourceIsDocument = (sourceNode == ownerDocument.get());
77 result = Document::create(frame, sourceIsDocument ? ownerDocument->url() : KURL());
80 result = DOMImplementation::createDocument(sourceMIMEType, frame, sourceIsDocument ? ownerDocument->url() : KURL(), false);
XSLTProcessorQt.cpp 134 bool sourceIsDocument = (sourceNode == ownerDocument.get());
147 if (sourceIsDocument && ownerDocument->transformSource())
149 if (!sourceIsDocument || source.isEmpty())
XSLTProcessorLibxslt.cpp 268 bool sourceIsDocument = (sourceNode == ownerDocument.get());
271 if (sourceIsDocument && ownerDocument->transformSource())
275 sourceIsDocument ? ownerDocument->url().string() : String());

Completed in 258 milliseconds