HomeSort by relevance Sort by last modified time
    Searched defs:resultMIMEType (Results 1 - 3 of 3) 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);
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 188 milliseconds