Lines Matching refs:sequences
46 static struct msg_sequence *sequences[NUM_MSG_SEQUENCE]; variable
405 add_message(sequences, PARENT_SEQ_INDEX, &msg); in parent_wnd_proc()
451 add_message(sequences, TRACKBAR_SEQ_INDEX, &msg); in trackbar_subclass_proc()
499 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_trackbar_buddy()
539 ok_sequence(sequences, TRACKBAR_SEQ_INDEX, buddy_window_test_seq, "buddy test sequence", TRUE); in test_trackbar_buddy()
540 …ok_sequence(sequences, PARENT_SEQ_INDEX, parent_buddy_window_test_seq, "parent buddy test seq", TR… in test_trackbar_buddy()
553 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_line_size()
565 ok_sequence(sequences, TRACKBAR_SEQ_INDEX, line_size_test_seq, "linesize test sequence", FALSE); in test_line_size()
566 ok_sequence(sequences, PARENT_SEQ_INDEX, empty_seq, "parent line test sequence", FALSE); in test_line_size()
632 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_page_size()
644 … ok_sequence(sequences, TRACKBAR_SEQ_INDEX, page_size_test_seq, "page size test sequence", FALSE); in test_page_size()
645 ok_sequence(sequences, PARENT_SEQ_INDEX, empty_seq, "parent page size test sequence", FALSE); in test_page_size()
676 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_position()
698 ok_sequence(sequences, TRACKBAR_SEQ_INDEX, position_test_seq, "position test sequence", TRUE); in test_position()
699 …ok_sequence(sequences, PARENT_SEQ_INDEX, parent_position_test_seq, "parent position test sequence"… in test_position()
748 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_range()
805 ok_sequence(sequences, TRACKBAR_SEQ_INDEX, range_test_seq, "range test sequence", TRUE); in test_range()
806 …ok_sequence(sequences, PARENT_SEQ_INDEX, parent_range_test_seq, "parent range test sequence", TRUE… in test_range()
870 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_selection()
925 ok_sequence(sequences, TRACKBAR_SEQ_INDEX, selection_test_seq, "selection test sequence", TRUE); in test_selection()
926 …ok_sequence(sequences, PARENT_SEQ_INDEX, parent_selection_test_seq, "parent selection test sequenc… in test_selection()
939 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_thumb_length()
962 …ok_sequence(sequences, TRACKBAR_SEQ_INDEX, thumb_length_test_seq, "thumb length test sequence", TR… in test_thumb_length()
963 …ok_sequence(sequences, PARENT_SEQ_INDEX, parent_thumb_length_test_seq, "parent thumb length test s… in test_thumb_length()
1003 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_tic_settings()
1031 …ok_sequence(sequences, TRACKBAR_SEQ_INDEX, tic_settings_test_seq, "tic settings test sequence", TR… in test_tic_settings()
1032 …ok_sequence(sequences, PARENT_SEQ_INDEX, parent_tic_settings_test_seq, "parent tic settings test s… in test_tic_settings()
1114 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_tic_placement()
1136 …ok_sequence(sequences, TRACKBAR_SEQ_INDEX, tic_placement_test_seq, "get tic placement test sequenc… in test_tic_placement()
1137 …ok_sequence(sequences, PARENT_SEQ_INDEX, empty_seq, "parent get tic placement test sequence", FALS… in test_tic_placement()
1151 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_tool_tips()
1186 … ok_sequence(sequences, TRACKBAR_SEQ_INDEX, tool_tips_test_seq, "tool tips test sequence", FALSE); in test_tool_tips()
1187 ok_sequence(sequences, PARENT_SEQ_INDEX, empty_seq, "parent tool tips test sequence", FALSE); in test_tool_tips()
1201 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_unicode()
1213 ok_sequence(sequences, TRACKBAR_SEQ_INDEX, unicode_test_seq, "unicode test sequence", FALSE); in test_unicode()
1214 ok_sequence(sequences, PARENT_SEQ_INDEX, empty_seq, "parent unicode test sequence", FALSE); in test_unicode()
1227 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_ignore_selection()
1262 …ok_sequence(sequences, TRACKBAR_SEQ_INDEX, ignore_selection_test_seq, "ignore selection setting te… in test_ignore_selection()
1263 …ok_sequence(sequences, PARENT_SEQ_INDEX, empty_seq, "parent ignore selection setting test sequence… in test_ignore_selection()
1349 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_create()
1353 ok_sequence(sequences, TRACKBAR_SEQ_INDEX, empty_seq, "create Trackbar Window", FALSE); in test_create()
1354 …ok_sequence(sequences, PARENT_SEQ_INDEX, parent_create_trackbar_wnd_seq, "parent trackbar window",… in test_create()
1359 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_create()
1362 …ok_sequence(sequences, PARENT_SEQ_INDEX, parent_new_window_test_seq, "new trackbar window test seq… in test_create()
1373 init_msg_sequences(sequences, NUM_MSG_SEQUENCE); in START_TEST()