Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/riched20/
H A Deditor.c2354 simulate_typing_characters(hwndRichEdit, "\r"); in test_EM_AUTOURLDETECT()
2384 simulate_typing_characters(hwndRichEdit, "\b"); in test_EM_AUTOURLDETECT()
6965 simulate_typing_characters(hwnd, "one two three"); in test_undo_coalescing()
6968 simulate_typing_characters(hwnd, " four five six"); in test_undo_coalescing()
6991 simulate_typing_characters(hwnd, "one two three"); in test_undo_coalescing()
7007 simulate_typing_characters(hwnd, "one two threa"); in test_undo_coalescing()
7043 simulate_typing_characters(hwnd, "one two three"); in test_undo_coalescing()
8331 simulate_typing_characters(hwndRichEdit, "\r"); in test_enter()
8462 simulate_typing_characters( richedit, "123" ); in test_reset_default_para_fmt()
8629 simulate_typing_characters(richedit, "123"); in test_alignment_style()
[all …]
/reactos/modules/rostests/winetests/riched32/
H A Deditor.c1139 static void simulate_typing_characters(HWND hwnd, const char* szChars) in simulate_typing_characters() function
1199 simulate_typing_characters(hwndRichEdit, "\r"); in test_enter()