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

  /external/webkit/WebCore/xml/
XSLTProcessor.cpp 123 String resultMIMEType;
126 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
128 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
133 String resultMIMEType;
139 resultMIMEType = "text/html";
141 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
143 return createFragmentFromSource(resultString, resultMIMEType, outputDoc);
XSLTProcessor.h 49 bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
XSLTProcessorLibxslt.cpp 256 static inline String resultMIMEType(xmlDocPtr resultDoc, xsltStylesheetPtr sheet)
320 mimeType = resultMIMEType(resultDoc, sheet);
  /external/webkit/WebCore/dom/
Document.cpp     [all...]

Completed in 33 milliseconds