Searched refs:resultEncoding (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/xml/ |
D | XSLTProcessor.cpp | 130 String resultEncoding; in transformToDocument() local 131 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding)) in transformToDocument() 133 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0); in transformToDocument() 140 String resultEncoding; in transformToFragment() local 146 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding)) in transformToFragment()
|
D | XSLTProcessor.h | 50 …nsformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
|
D | XSLTProcessorLibxslt.cpp | 300 …transformToString(Node* sourceNode, String& mimeType, String& resultString, String& resultEncoding) in transformToString() argument 358 resultEncoding = (char*)resultDoc->encoding; in transformToString()
|
/external/webkit/Source/WebCore/dom/ |
D | Document.cpp | 4092 String resultEncoding; in applyXSLTransform() local 4093 if (!processor->transformToString(this, resultMIMEType, newSource, resultEncoding)) in applyXSLTransform() 4096 processor->createDocumentFromSource(newSource, resultEncoding, resultMIMEType, this, frame()); in applyXSLTransform()
|