Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/shell32/
H A Dappbar.c48 static int expected_bottom; variable
178 return (no_appbars_intersect() && windows[1].allocated_rect.bottom == expected_bottom); in got_expected_bottom()
321 expected_bottom = max(windows[0].allocated_rect.bottom, windows[1].allocated_rect.bottom); in test_setpos()
338 ok(windows[1].allocated_rect.bottom == expected_bottom, in test_setpos()
340 windows[1].allocated_rect.bottom, expected_bottom); in test_setpos()