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 107 String resultMIMEType;
110 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
112 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
120 String resultMIMEType;
126 resultMIMEType = "text/html";
128 if (!transformToString(sourceNode, resultMIMEType, resultString, resultEncoding))
130 return createFragmentForTransformToFragment(resultString, resultMIMEType, outputDoc);
XSLTProcessor.h 47 bool transformToString(Node* source, String& resultMIMEType, String& resultString, String& resultEncoding);
XSLTProcessorLibxslt.cpp 260 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 439 milliseconds