Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/mshtml/
H A Dscript.c1270 typedef void (*domtest_t)(IHTMLDocument2*); typedef
H A Ddom.c9789 typedef void (*domtest_t)(IHTMLDocument2*); typedef
9791 static void run_domtest(const char *str, domtest_t test) in run_domtest()