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

  /external/webkit/WebCore/xml/
XSLTProcessor.cpp 125 String resultEncoding;
126 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
128 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
135 String resultEncoding;
141 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
XSLTProcessor.h 49 bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
XSLTProcessorLibxslt.cpp 275 bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String& resultString, String& resultEncoding)
321 resultEncoding = (char*)resultDoc->encoding;
  /external/webkit/WebCore/dom/
Document.cpp     [all...]

Completed in 22 milliseconds