Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Dmutation.c156 nsIDOMComment *nscomment; in run_insert_comment() local
161 nsres = nsISupports_QueryInterface(comment_iface, &IID_nsIDOMComment, (void**)&nscomment); in run_insert_comment()
168 nsres = nsIDOMComment_GetData(nscomment, &comment_str); in run_insert_comment()
179 hres = replace_node_by_html(doc->nsdoc, (nsIDOMNode*)nscomment, replace_html); in run_insert_comment()
186 nsIDOMComment_Release(nscomment); in run_insert_comment()
621 nsIDOMComment *nscomment; in nsDocumentObserver_BindToDocument() local
632 nsres = nsIContent_QueryInterface(aContent, &IID_nsIDOMComment, (void**)&nscomment); in nsDocumentObserver_BindToDocument()
636 add_script_runner(This, run_insert_comment, (nsISupports*)nscomment, NULL); in nsDocumentObserver_BindToDocument()
637 nsIDOMComment_Release(nscomment); in nsDocumentObserver_BindToDocument()
H A Dhtmldoc.c2747 nsIDOMComment *nscomment; in HTMLDocument5_createComment() local
2761 nsres = nsIDOMHTMLDocument_CreateComment(This->doc_node->nsdoc, &str, &nscomment); in HTMLDocument5_createComment()
2768 hres = HTMLCommentElement_Create(This->doc_node, (nsIDOMNode*)nscomment, &elem); in HTMLDocument5_createComment()
2769 nsIDOMComment_Release(nscomment); in HTMLDocument5_createComment()