Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/mshtml/
H A Ddom.c2211 static void _test_select_type(unsigned line, IHTMLSelectElement *select, const char *extype) in _test_select_type() argument
2218 …ok_(__FILE__,line) (!strcmp_wa(type, extype), "type=%s, expected %s\n", wine_dbgstr_w(type), extyp… in _test_select_type()
3584 static void _test_input_type(unsigned line, IHTMLInputElement *input, const char *extype) in _test_input_type() argument
3591 …ok_(__FILE__,line) (!strcmp_wa(type, extype), "type=%s, expected %s\n", wine_dbgstr_w(type), extyp… in _test_input_type()
3982 static void _test_style_type(unsigned line, IUnknown *unk, const char *extype) in _test_style_type() argument
3990 if(extype) in _test_style_type()
3991 …ok_(__FILE__,line)(!strcmp_wa(type, extype), "type = %s, expected %s\n", wine_dbgstr_w(type), exty… in _test_style_type()