Home
last modified time | relevance | path

Searched refs:transformToFragment (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSXSLTProcessorCustom.cpp61 JSValue JSXSLTProcessor::transformToFragment(ExecState* exec) in transformToFragment() function in WebCore::JSXSLTProcessor
68 return toJS(exec, impl()->transformToFragment(node, doc).get()); in transformToFragment()
/external/webkit/Source/WebCore/xml/
DXSLTProcessor.h55 PassRefPtr<DocumentFragment> transformToFragment(Node* source, Document* ouputDoc);
DXSLTProcessor.cpp136 PassRefPtr<DocumentFragment> XSLTProcessor::transformToFragment(Node* sourceNode, Document* outputD… in transformToFragment() function in WebCore::XSLTProcessor
DXSLTProcessor.idl43 [Custom] DocumentFragment transformToFragment(in Node source, in Document docVal);
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8XSLTProcessorCustom.cpp80 RefPtr<DocumentFragment> result = imp->transformToFragment(source, owner); in transformToFragmentCallback()
/external/webkit/Source/WebCore/
DChangeLog-2005-12-1981 (DOM::XSLTProcessorImpl::transformToFragment): Ditto.
3144 (DOM::XSLTProcessorImpl::transformToFragment):
8240 (DOM::XSLTProcessorImpl::transformToFragment):
DChangeLog-2006-12-318847 (WebCore::XSLTProcessor::transformToFragment): Set mimeType to text/html if the target
37567 XSLTProcessor transformToFragment fails because of an XML declaration
37569 Test: fast/xsl/transformToFragment-XML-declaration.html
37806 XSLTProcessor.transformToFragment crashes if the owner document is empty
DChangeLog-2009-06-1614144 (WebCore::JSXSLTProcessor::transformToFragment):
15591 (WebCore::JSXSLTProcessor::transformToFragment):
52401 (WebCore::JSXSLTProcessor::transformToFragment):
55839 … (WebCore::XSLTProcessor::transformToFragment): Don't pass sourceNode to createFragmentFromSource.
57782 (WebCore::JSXSLTProcessor::transformToFragment):
77182 (WebCore::JSXSLTProcessor::transformToFragment): Ditto.
DChangeLog-2008-08-1012217 (WebCore::JSXSLTProcessor::transformToFragment):
12817 (WebCore::XSLTProcessor::transformToFragment): Ditto.
71613 XSLTProcessor.transformToFragment creates an extra not defined TEXT_NODE at the end
77983 (WebCore::XSLTProcessor::transformToFragment):
DChangeLog-2010-12-0673547 there's no spec for XSLTProcessor.transformToFragment. This patch
78427 … XSLTProcessor.transformToFragment should not pass contextElement to html/xml document parsers
131850 (WebCore::JSXSLTProcessor::transformToFragment):
DChangeLog-2010-01-2953844 (WebCore::XSLTProcessor::transformToFragment): Remove trailing whitespaces.
71530 (WebCore::JSXSLTProcessor::transformToFragment):
DChangeLog13192 (WebCore::JSXSLTProcessor::transformToFragment):