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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTProcessor.cpp 108 String resultMIMEType;
111 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
113 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
121 String resultMIMEType;
127 resultMIMEType = "text/html";
129 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
131 return createFragmentForTransformToFragment(resultString, resultMIMEType, *outputDoc);
XSLTProcessor.h 53 bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
XSLTProcessorLibxslt.cpp 259 static inline String resultMIMEType(xmlDocPtr resultDoc, xsltStylesheetPtr sheet)
340 mimeType = resultMIMEType(resultDoc, sheet);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 694 milliseconds