HomeSort by relevance Sort by last modified time
    Searched refs:resultEncoding (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/xml/
XSLTProcessor.cpp 130 String resultEncoding;
131 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
133 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
140 String resultEncoding;
146 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
XSLTProcessor.h 50 bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
XSLTProcessorLibxslt.cpp 300 bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String& resultString, String& resultEncoding)
358 resultEncoding = (char*)resultDoc->encoding;
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]

Completed in 561 milliseconds