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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 110 String resultEncoding;
111 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
113 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
123 String resultEncoding;
129 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
XSLTProcessor.h 53 bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
XSLTProcessorLibxslt.cpp 278 bool XSLTProcessor::transformToString(Node* sourceNode, String& mimeType, String& resultString, String& resultEncoding)
341 resultEncoding = (char*)resultDoc->encoding;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 41 milliseconds