Home
last modified time | relevance | path

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

/external/webkit/WebCore/xml/
DXSLTProcessor.cpp125 String resultEncoding; in transformToDocument() local
126 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding)) in transformToDocument()
128 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0); in transformToDocument()
135 String resultEncoding; in transformToFragment() local
141 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding)) in transformToFragment()
DXSLTProcessorLibxslt.cpp275 …transformToString(Node* sourceNode, String& mimeType, String& resultString, String& resultEncoding) in transformToString() argument
321 resultEncoding = (char*)resultDoc->encoding; in transformToString()
DXSLTProcessor.h49 …nsformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
/external/webkit/WebCore/dom/
DDocument.cpp4106 String resultEncoding; in applyXSLTransform() local
4107 if (!processor->transformToString(this, resultMIMEType, newSource, resultEncoding)) in applyXSLTransform()
4110 processor->createDocumentFromSource(newSource, resultEncoding, resultMIMEType, this, frame()); in applyXSLTransform()