Home
last modified time | relevance | path

Searched refs:sourceMIMEType (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXSLTProcessor.cpp69 const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, Frame* frame) in createDocumentFromSource() argument
76 if (sourceMIMEType == "text/plain") { in createDocumentFromSource()
80 …result = DOMImplementation::createDocument(sourceMIMEType, frame, sourceIsDocument ? ownerDocument… in createDocumentFromSource()
91 RefPtr<TextResourceDecoder> decoder = TextResourceDecoder::create(sourceMIMEType); in createDocumentFromSource()
100 …> createFragmentFromSource(const String& sourceString, const String& sourceMIMEType, Document* out… in createFragmentFromSource() argument
104 if (sourceMIMEType == "text/html") { in createFragmentFromSource()
113 } else if (sourceMIMEType == "text/plain") in createFragmentFromSource()
DXSLTProcessor.h51 …ce(const String& source, const String& sourceEncoding, const String& sourceMIMEType, Node* sourceN…