Searched defs:transformToDocument (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/bindings/js/
H A DJSXSLTProcessorCustom.cpp74 JSValue JSXSLTProcessor::transformToDocument(ExecState* exec, const ArgList& args) function in class:WebCore::JSXSLTProcessor
79 RefPtr<Document> resultDocument = impl()->transformToDocument(node->impl());
/external/webkit/WebCore/xml/
H A DXSLTProcessor.cpp121 PassRefPtr<Document> XSLTProcessor::transformToDocument(Node* sourceNode) function in class:WebCore::XSLTProcessor

Completed in 58 milliseconds