Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Dhtmldoc.c21 static HRESULT create_document_fragment(nsIDOMNode *nsnode, HTMLDocumentNode *doc_node, HTMLDocumen…
2194 hres = create_document_fragment((nsIDOMNode*)doc_frag, This->doc_node, &docnode); in HTMLDocument3_createDocumentFragment()
4499 hres = create_document_fragment(nsnode, This->node.doc, &new_node); in HTMLDocumentFragment_clone()
4646 static HRESULT create_document_fragment(nsIDOMNode *nsnode, HTMLDocumentNode *doc_node, HTMLDocumen… in create_document_fragment() function