Lines Matching refs:message_info
55 struct message_info struct
62 const struct message_info *send; /* Message to send to trigger the next callback message */ argument
65 static const struct message_info *current_message_info;
68 static const struct message_info msg_send_return[] =
75 static const struct message_info msg_return_press_ok[] =
82 static const struct message_info msg_return_press_yes[] =
89 static const struct message_info msg_return_press_no[] =
96 static const struct message_info msg_return_press_cancel[] =
103 static const struct message_info msg_return_press_retry[] =
110 static const struct message_info msg_return_press_custom1[] =
117 static const struct message_info msg_return_press_custom4[] =
124 static const struct message_info msg_return_press_custom10[] =
131 static const struct message_info msg_send_click_ok[] =
137 static const struct message_info msg_send_f1[] =
143 static const struct message_info msg_got_tdn_help[] =
152 static const struct message_info msg_return_default_radio_button_1[] =
160 static const struct message_info msg_return_default_radio_button_2[] =
168 static const struct message_info msg_return_default_radio_button_3[] =
176 static const struct message_info msg_select_first_radio_button[] =
182 static const struct message_info msg_return_first_radio_button[] =
191 static const struct message_info msg_select_first_disabled_radio_button_and_press_ok[] =
199 static const struct message_info msg_return_default_radio_button_clicking_disabled[] =
208 static const struct message_info msg_return_no_default_radio_button_flag[] =
216 static const struct message_info msg_return_no_default_radio_button_id_and_flag[] =
223 static const struct message_info msg_select_negative_id_radio_button[] =
229 static const struct message_info msg_return_press_negative_id_radio_button[] =
237 static const struct message_info msg_send_all_common_button_click[] =
249 static const struct message_info msg_press_nonexistent_buttons[] =
262 static const struct message_info msg_send_all_common_button_click_with_command[] =
275 static const struct message_info msg_press_nonexistent_buttons_with_command[] =
283 static const struct message_info msg_send_nonexistent_radio_button_click[] =
290 static const struct message_info msg_press_nonexistent_radio_button[] =
297 static const struct message_info msg_return_default_verification_unchecked[] =
304 static const struct message_info msg_return_default_verification_checked[] =
311 static const struct message_info msg_uncheck_verification[] =
317 static const struct message_info msg_return_verification_unchecked[] =
325 static const struct message_info msg_check_verification[] =
331 static const struct message_info msg_return_verification_checked[] =
341 static const struct message_info msg_send_navigate[] =
347 static const struct message_info msg_return_navigated_page[] =
358 static const struct message_info msg_send_close[] =
364 static const struct message_info msg_handle_wm_close[] =
372 static const struct message_info msg_send_close_then_ok[] =
379 static const struct message_info msg_handle_wm_close_without_cancel_button[] =
401 … const struct message_info *test_messages, const char *context, int test_messages_len, in run_test_()
442 const struct message_info *msg_send; in taskdialog_callback_proc()