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

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXSLTProcessor.cpp110 String resultEncoding; local
111 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
113 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
123 String resultEncoding; local
129 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
H A DXSLTProcessor.h53 bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
H A DXSLTProcessorLibxslt.cpp278 bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String& resultString, String& resultEncoding) argument
341 resultEncoding = (char*)resultDoc->encoding;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4451 String resultEncoding; local
4452 if (!processor->transformToString(this, resultMIMEType, newSource, resultEncoding))
4456 processor->createDocumentFromSource(newSource, resultEncoding, resultMIMEType, this, ownerFrame);

Completed in 899 milliseconds