Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/mshtml/
H A Dxmlhttprequest.c339 static IPropertyNotifySink PropertyNotifySink = { &PropertyNotifySinkVtbl }; variable
906 do_advise((IUnknown*)doc, &IID_IPropertyNotifySink, (IUnknown*)&PropertyNotifySink); in create_doc_from_url()
H A Dscript.c251 static IPropertyNotifySink PropertyNotifySink = { &PropertyNotifySinkVtbl }; variable
1282 do_advise(doc, &IID_IPropertyNotifySink, (IUnknown*)&PropertyNotifySink); in load_doc()
2823 do_advise(doc, &IID_IPropertyNotifySink, (IUnknown*)&PropertyNotifySink); in run_js_script()
H A Dactivex.c2222 static IPropertyNotifySink PropertyNotifySink = { &PropertyNotifySinkVtbl }; variable
2318 do_advise((IUnknown*)doc, &IID_IPropertyNotifySink, (IUnknown*)&PropertyNotifySink); in create_doc()
H A Devents.c2658 static IPropertyNotifySink PropertyNotifySink = { &PropertyNotifySinkVtbl }; variable
2760 do_advise((IUnknown*)doc, &IID_IPropertyNotifySink, (IUnknown*)&PropertyNotifySink); in run_test()
H A Dstyle.c3067 static IPropertyNotifySink PropertyNotifySink = { &PropertyNotifySinkVtbl }; variable
3127 do_advise((IUnknown*)doc, &IID_IPropertyNotifySink, (IUnknown*)&PropertyNotifySink); in run_test()
H A Dhtmldoc.c991 static IPropertyNotifySink PropertyNotifySink = { &PropertyNotifySinkVtbl }; variable
5463 hres = IConnectionPoint_Advise(cp, (IUnknown*)&PropertyNotifySink, &cookie); in test_ConnectionPoint()
5467 hres = IConnectionPoint_Advise(cp, (IUnknown*)&PropertyNotifySink, NULL); in test_ConnectionPoint()
H A Ddom.c9352 static IPropertyNotifySink PropertyNotifySink = { &PropertyNotifySinkVtbl }; variable
9802 do_advise((IUnknown*)doc, &IID_IPropertyNotifySink, (IUnknown*)&PropertyNotifySink); in run_domtest()