Home
last modified time | relevance | path

Searched refs:sourceIsDocument (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXSLTProcessor.cpp72 bool sourceIsDocument = (sourceNode == ownerDocument.get()); in createDocumentFromSource() local
77 result = Document::create(frame, sourceIsDocument ? ownerDocument->url() : KURL()); in createDocumentFromSource()
80 …result = DOMImplementation::createDocument(sourceMIMEType, frame, sourceIsDocument ? ownerDocument… in createDocumentFromSource()
DXSLTProcessorQt.cpp134 bool sourceIsDocument = (sourceNode == ownerDocument.get()); in transformToString() local
147 if (sourceIsDocument && ownerDocument->transformSource()) in transformToString()
149 if (!sourceIsDocument || source.isEmpty()) in transformToString()
DXSLTProcessorLibxslt.cpp268 bool sourceIsDocument = (sourceNode == ownerDocument.get()); in xmlDocPtrFromNode() local
271 if (sourceIsDocument && ownerDocument->transformSource()) in xmlDocPtrFromNode()
275 sourceIsDocument ? ownerDocument->url().string() : String()); in xmlDocPtrFromNode()