Searched refs:sourceIsDocument (Results 1 – 3 of 3) sorted by relevance
72 bool sourceIsDocument = (sourceNode == ownerDocument.get()); in createDocumentFromSource() local77 result = Document::create(frame, sourceIsDocument ? ownerDocument->url() : KURL()); in createDocumentFromSource()80 …result = DOMImplementation::createDocument(sourceMIMEType, frame, sourceIsDocument ? ownerDocument… in createDocumentFromSource()
134 bool sourceIsDocument = (sourceNode == ownerDocument.get()); in transformToString() local147 if (sourceIsDocument && ownerDocument->transformSource()) in transformToString()149 if (!sourceIsDocument || source.isEmpty()) in transformToString()
268 bool sourceIsDocument = (sourceNode == ownerDocument.get()); in xmlDocPtrFromNode() local271 if (sourceIsDocument && ownerDocument->transformSource()) in xmlDocPtrFromNode()275 sourceIsDocument ? ownerDocument->url().string() : String()); in xmlDocPtrFromNode()