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

  /external/webkit/Source/WebCore/xml/
XSLTProcessor.cpp 128 String resultMIMEType;
131 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
133 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
138 String resultMIMEType;
144 resultMIMEType = "text/html";
146 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
148 return createFragmentFromSource(resultString, resultMIMEType, outputDoc);
XSLTProcessor.h 50 bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
XSLTProcessorLibxslt.cpp 281 static inline String resultMIMEType(xmlDocPtr resultDoc, xsltStylesheetPtr sheet)
357 mimeType = resultMIMEType(resultDoc, sheet);
  /external/webkit/Source/WebCore/dom/
Document.cpp     [all...]

Completed in 49 milliseconds