Searched refs:iface_cmp (Results 1 – 4 of 4) sorted by relevance
/reactos/modules/rostests/winetests/mshtml/ |
H A D | activex.c | 149 static BOOL iface_cmp(IUnknown *iface1, IUnknown *iface2) in iface_cmp() function 478 ok(iface_cmp((IUnknown*)container->pClientSite, (IUnknown*)container->pAdviseSink), in QuickActivate_QuickActivate() 480 ok(iface_cmp((IUnknown*)container->pClientSite, (IUnknown*)container->pPropertyNotifySink), in QuickActivate_QuickActivate() 617 ok(iface_cmp((IUnknown*)bind_host, (IUnknown*)bind_host2), "bind_host != bind_host2\n"); in PersistPropertyBag_Load() 1576 ok(iface_cmp((IUnknown*)elem2, (IUnknown*)elem), "elem2 != elem\n"); in test_iface_wrapping() 1707 ok(iface_cmp((IUnknown*)doc, (IUnknown*)container), "container != doc\n"); in test_container() 1716 …ok(!iface_cmp((IUnknown*)html_window, (IUnknown*)parent_window), "html_window != parent_window\n"); in test_container()
|
H A D | dom.c | 533 static BOOL iface_cmp(IUnknown *iface1, IUnknown *iface2) in iface_cmp() function 3399 ok(iface_cmp((IUnknown*)disp, (IUnknown*)attr), "disp != attr\n"); in test_attr_collection() 4381 ok(iface_cmp(uform, (IUnknown*)form), "Expected %p, got %p\n", uform, form); in test_select_form() 5043 ok(iface_cmp((IUnknown*)disp, (IUnknown*)select), "disp != select\n"); in test_select_elem() 5076 ok(iface_cmp((IUnknown*)disp, (IUnknown*)disp2), "disp != disp2\n"); in test_select_elem() 5122 ok(iface_cmp((IUnknown*)disp, (IUnknown*)disp2), "disp != disp2\n"); in test_form_item() 5621 ok(iface_cmp((IUnknown*)col, (IUnknown*)col2), "col != col2\n"); in test_plugins_col() 5655 ok(iface_cmp((IUnknown*)col, (IUnknown*)col2), "col != col2\n"); in test_mime_types_col() 8179 ok(iface_cmp((IUnknown*)node, (IUnknown*)prev), "node != prev\n"); in test_elems() 8337 ok(iface_cmp((IUnknown*)attr, (IUnknown*)attr2), "attr != attr2\n"); in test_attr() [all …]
|
H A D | htmldoc.c | 307 static BOOL iface_cmp(IUnknown *iface1, IUnknown *iface2) in iface_cmp() function 7342 …ok(iface_cmp((IUnknown*)ole_container, (IUnknown*)doc_ole_container), "ole_container != doc_ole_co… in test_target_container() 8530 ok(iface_cmp((IUnknown*)doc2, (IUnknown*)doc), "got wrong pointer\n"); in test_ServiceProvider() 8535 ok(iface_cmp((IUnknown*)doc3, (IUnknown*)doc), "got wrong pointer\n"); in test_ServiceProvider() 8539 ok(iface_cmp((IUnknown*)doc3_2, (IUnknown*)doc), "got wrong pointer\n"); in test_ServiceProvider() 8540 ok(iface_cmp((IUnknown*)doc3_2, (IUnknown*)doc3), "got wrong pointer\n"); in test_ServiceProvider() 8546 ok(iface_cmp((IUnknown*)doc, unk), "got wrong pointer\n"); in test_ServiceProvider()
|
H A D | events.c | 135 static BOOL iface_cmp(IUnknown *iface1, IUnknown *iface2) in iface_cmp() function 361 ok(iface_cmp((IUnknown*)event, (IUnknown*)V_DISPATCH(pdp->rgvarg)), "event != arg0\n"); in _test_attached_event_args() 1274 ok(iface_cmp((IUnknown*)event, (IUnknown*)V_DISPATCH(dp->rgvarg)), "event != arg0\n"); in _test_cp_eventarg()
|