Searched refs:resultMIMEType (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/xml/ |
D | XSLTProcessor.cpp | 128 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()
|
D | XSLTProcessor.h | 50 …bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultE…
|
D | XSLTProcessorLibxslt.cpp | 281 static inline String resultMIMEType(xmlDocPtr resultDoc, xsltStylesheetPtr sheet) in resultMIMEType() function 357 mimeType = resultMIMEType(resultDoc, sheet); in transformToString()
|
/external/webkit/Source/WebCore/dom/ |
D | Document.cpp | 4087 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/ |
D | ChangeLog-2005-12-19 | 8237 (DOM::resultMIMEType):
|
D | ChangeLog-2008-08-10 | 77980 (WebCore::resultMIMEType):
|
D | ChangeLog-2010-01-29 | 53857 (WebCore::resultMIMEType): Moved.
|