Searched refs:transformToFragment (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/xml/
H A DXSLTProcessor.idl43 [Custom] DocumentFragment transformToFragment(in Node source, in Document docVal);
H A DXSLTProcessor.h55 PassRefPtr<DocumentFragment> transformToFragment(Node* source, Document* ouputDoc);
H A DXSLTProcessor.cpp105 // As far as I can tell, there isn't a spec for how transformToFragment
136 PassRefPtr<DocumentFragment> XSLTProcessor::transformToFragment(Node* sourceNode, Document* outputDoc) function in class:WebCore::XSLTProcessor
/external/webkit/Source/WebCore/bindings/js/
H A DJSXSLTProcessorCustom.cpp61 JSValue JSXSLTProcessor::transformToFragment(ExecState* exec) function in class:WebCore::JSXSLTProcessor
68 return toJS(exec, impl()->transformToFragment(node, doc).get());
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8XSLTProcessorCustom.cpp72 INC_STATS("DOM.XSLTProcessor.transformToFragment");
80 RefPtr<DocumentFragment> result = imp->transformToFragment(source, owner);

Completed in 90 milliseconds