HomeSort by relevance Sort by last modified time
    Searched refs:transformToFragment (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/xml/
XSLTProcessor.idl 43 [Custom] DocumentFragment transformToFragment(in Node source, in Document docVal);
XSLTProcessor.h 55 PassRefPtr<DocumentFragment> transformToFragment(Node* source, Document* ouputDoc);
XSLTProcessor.cpp 105 // As far as I can tell, there isn't a spec for how transformToFragment
136 PassRefPtr<DocumentFragment> XSLTProcessor::transformToFragment(Node* sourceNode, Document* outputDoc)
  /external/webkit/Source/WebCore/bindings/js/
JSXSLTProcessorCustom.cpp 61 JSValue JSXSLTProcessor::transformToFragment(ExecState* exec)
68 return toJS(exec, impl()->transformToFragment(node, doc).get());
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8XSLTProcessorCustom.cpp 72 INC_STATS("DOM.XSLTProcessor.transformToFragment");
80 RefPtr<DocumentFragment> result = imp->transformToFragment(source, owner);

Completed in 178 milliseconds