Searched refs:test_AWRwindow (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | win.c | 5240 static void test_AWRwindow(LPCSTR class, LONG style, LONG exStyle, BOOL menu) in test_AWRwindow() function 5309 test_AWRwindow(szAWRClass, styles[i], 0, menu); in test_AWR_window_size() 5311 test_AWRwindow(szAWRClass, WS_POPUP, exStyles[i], menu); in test_AWR_window_size() 5312 test_AWRwindow(szAWRClass, WS_THICKFRAME, exStyles[i], menu); in test_AWR_window_size()
|