Home
last modified time | relevance | path

Searched refs:resultMIMEType (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXSLTProcessor.cpp128 String resultMIMEType; in transformToDocument() local
131 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding)) in transformToDocument()
133 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0); in transformToDocument()
138 String resultMIMEType; in transformToFragment() local
144 resultMIMEType = "text/html"; in transformToFragment()
146 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding)) in transformToFragment()
148 return createFragmentFromSource(resultString, resultMIMEType, outputDoc); in transformToFragment()
DXSLTProcessor.h50 …bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultE…
DXSLTProcessorLibxslt.cpp281 static inline String resultMIMEType(xmlDocPtr resultDoc, xsltStylesheetPtr sheet) in resultMIMEType() function
357 mimeType = resultMIMEType(resultDoc, sheet); in transformToString()
/external/webkit/Source/WebCore/dom/
DDocument.cpp4087 String resultMIMEType; in applyXSLTransform() local
4090 if (!processor->transformToString(this, resultMIMEType, newSource, resultEncoding)) in applyXSLTransform()
4093 processor->createDocumentFromSource(newSource, resultEncoding, resultMIMEType, this, frame()); in applyXSLTransform()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-198237 (DOM::resultMIMEType):
DChangeLog-2008-08-1077980 (WebCore::resultMIMEType):
DChangeLog-2010-01-2953857 (WebCore::resultMIMEType): Moved.