Searched refs:PropertyNotifySink (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/winetests/mshtml/ |
H A D | xmlhttprequest.c | 339 static IPropertyNotifySink PropertyNotifySink = { &PropertyNotifySinkVtbl }; variable 906 do_advise((IUnknown*)doc, &IID_IPropertyNotifySink, (IUnknown*)&PropertyNotifySink); in create_doc_from_url()
|
H A D | script.c | 251 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 D | activex.c | 2222 static IPropertyNotifySink PropertyNotifySink = { &PropertyNotifySinkVtbl }; variable 2318 do_advise((IUnknown*)doc, &IID_IPropertyNotifySink, (IUnknown*)&PropertyNotifySink); in create_doc()
|
H A D | events.c | 2658 static IPropertyNotifySink PropertyNotifySink = { &PropertyNotifySinkVtbl }; variable 2760 do_advise((IUnknown*)doc, &IID_IPropertyNotifySink, (IUnknown*)&PropertyNotifySink); in run_test()
|
H A D | style.c | 3067 static IPropertyNotifySink PropertyNotifySink = { &PropertyNotifySinkVtbl }; variable 3127 do_advise((IUnknown*)doc, &IID_IPropertyNotifySink, (IUnknown*)&PropertyNotifySink); in run_test()
|
H A D | htmldoc.c | 991 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 D | dom.c | 9352 static IPropertyNotifySink PropertyNotifySink = { &PropertyNotifySinkVtbl }; variable 9802 do_advise((IUnknown*)doc, &IID_IPropertyNotifySink, (IUnknown*)&PropertyNotifySink); in run_domtest()
|