Searched refs:hfocus (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rostests/winetests/user32/ |
H A D | edit.c | 97 HWND hfocus = GetFocus(); in multi_edit_dialog_proc() local 108 if (hfocus == hedit) in multi_edit_dialog_proc() 110 else if (hfocus == hedit2) in multi_edit_dialog_proc() 112 else if (hfocus == hedit3) in multi_edit_dialog_proc() 237 HWND hfocus = GetFocus(); in edit_dialog_proc() local 254 if ((hfocus == hok) && len == 0) in edit_dialog_proc() 261 if (hfocus == hok) in edit_dialog_proc() 263 else if (hfocus == hcancel) in edit_dialog_proc() 265 else if (hfocus == hedit) in edit_dialog_proc() 368 HWND hfocus = GetFocus(); in edit_singleline_dialog_proc() local [all …]
|
H A D | msg.c | 13817 hfocus = GetFocus(); in test_dialog_messages() 13818 ok(hfocus == hdlg, "wrong focus %p\n", hfocus); in test_dialog_messages() 13821 hfocus = GetFocus(); in test_dialog_messages() 13822 ok(hfocus == hedit2, "wrong focus %p\n", hfocus); in test_dialog_messages() 13831 hfocus = GetFocus(); in test_dialog_messages() 13832 ok(hfocus == 0, "wrong focus %p\n", hfocus); in test_dialog_messages() 13839 hfocus = GetFocus(); in test_dialog_messages() 13840 ok(hfocus == hedit1, "wrong focus %p\n", hfocus); in test_dialog_messages() 13851 ok(hfocus == hedit1, "wrong focus %p\n", hfocus); in test_dialog_messages() 13878 ok(hfocus == 0, "wrong focus %p\n", hfocus); in test_dialog_messages() [all …]
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | edit.c | 112 HWND hfocus = GetFocus(); in multi_edit_dialog_proc() local 123 if (hfocus == hedit) in multi_edit_dialog_proc() 125 else if (hfocus == hedit2) in multi_edit_dialog_proc() 127 else if (hfocus == hedit3) in multi_edit_dialog_proc() 252 HWND hfocus = GetFocus(); in edit_dialog_proc() local 269 if ((hfocus == hok) && len == 0) in edit_dialog_proc() 276 if (hfocus == hok) in edit_dialog_proc() 278 else if (hfocus == hcancel) in edit_dialog_proc() 280 else if (hfocus == hedit) in edit_dialog_proc() 383 HWND hfocus = GetFocus(); in edit_singleline_dialog_proc() local [all …]
|