Searched refs:createDocumentFromSource (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXSLTProcessor.cpp70 PassRefPtr<Document> XSLTProcessor::createDocumentFromSource(const String& sourceString, function in class:WebCore::XSLTProcessor
121 return createDocumentFromSource(resultString, resultEncoding, resultMIMEType, sourceNode, 0);
H A DXSLTProcessor.h51 PassRefPtr<Document> createDocumentFromSource(const String& source, const String& sourceEncoding, const String& sourceMIMEType, Node* sourceNode, Frame* frame);
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDocument.cpp4260 processor->createDocumentFromSource(newSource, resultEncoding, resultMIMEType, this, ownerFrame);

Completed in 138 milliseconds