HomeSort by relevance Sort by last modified time
    Searched defs:transformToDocument (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/bindings/js/
JSXSLTProcessorCustom.cpp 74 JSValue JSXSLTProcessor::transformToDocument(ExecState* exec)
79 RefPtr<Document> resultDocument = impl()->transformToDocument(node->impl());
  /external/webkit/Source/WebCore/xml/
XSLTProcessor.cpp 126 PassRefPtr<Document> XSLTProcessor::transformToDocument(Node* sourceNode)

Completed in 97 milliseconds