Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/mshtml/
H A Dxmlhttprequest.c75 #define test_disp(u,id) _test_disp(__LINE__,u,id)
76 static void _test_disp(unsigned line, IUnknown *unk, const IID *diid) in _test_disp() function
128 _test_disp(line, (IUnknown*)V_DISPATCH(pdp->rgvarg), dispiid); in _test_event_args()
H A Devents.c150 #define test_disp(u,id) _test_disp(__LINE__,u,id)
151 static void _test_disp(unsigned line, IUnknown *unk, const IID *diid) in _test_disp() function
300 _test_disp(line, (IUnknown*)event, &DIID_DispCEventObj); in _get_event_obj()
338 _test_disp(line, (IUnknown*)V_DISPATCH(pdp->rgvarg), dispiid); in _test_event_args()
H A Ddom.c662 #define test_disp(u,id,v) _test_disp(__LINE__,u,id,v)
663 static void _test_disp(unsigned line, IUnknown *unk, const IID *diid, const char *val) in _test_disp() function
1108 _test_disp(line, unk, elem_type_infos[type].dispiid, "[object]"); in _test_elem_type()