Home
last modified time | relevance | path

Searched refs:resultEncoding (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXSLTProcessor.cpp130 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()
DXSLTProcessor.h50 …nsformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
DXSLTProcessorLibxslt.cpp300 …transformToString(Node* sourceNode, String& mimeType, String& resultString, String& resultEncoding) in transformToString() argument
358 resultEncoding = (char*)resultDoc->encoding; in transformToString()
/external/webkit/Source/WebCore/dom/
DDocument.cpp4092 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()