Searched refs:resultMIMEType (Results 1 - 4 of 4) sorted by path

/external/webkit/Source/WebCore/dom/
H A DDocument.cpp4087 String resultMIMEType; local
4090 if (!processor->transformToString(this, resultMIMEType, newSource, resultEncoding))
4093 processor->createDocumentFromSource(newSource, resultEncoding, resultMIMEType, this, frame());
/external/webkit/Source/WebCore/xml/
H A DXSLTProcessor.cpp128 String resultMIMEType; local
131 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
133 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
138 String resultMIMEType; local
144 resultMIMEType = "text/html";
146 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
148 return createFragmentFromSource(resultString, resultMIMEType, outputDoc);
H A DXSLTProcessor.h50 bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
H A DXSLTProcessorLibxslt.cpp281 static inline String resultMIMEType(xmlDocPtr resultDoc, xsltStylesheetPtr sheet) function in namespace:WebCore
357 mimeType = resultMIMEType(resultDoc, sheet);

Completed in 167 milliseconds