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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 109 String resultEncoding;
110 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
112 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
122 String resultEncoding;
128 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
XSLTProcessor.h 52 bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
XSLTProcessorLibxslt.cpp 275 bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String& resultString, String& resultEncoding)
334 resultEncoding = (char*)resultDoc->encoding;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 442 milliseconds