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 109 String resultMIMEType;
112 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
114 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
122 String resultMIMEType;
128 resultMIMEType = "text/html";
130 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
132 return createFragmentForTransformToFragment(resultString, resultMIMEType, *outputDoc);
XSLTProcessor.h 52 bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
XSLTProcessorLibxslt.cpp 257 static inline String resultMIMEType(xmlDocPtr resultDoc, xsltStylesheetPtr sheet)
337 mimeType = resultMIMEType(resultDoc, sheet);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]

Completed in 71 milliseconds