Searched refs:mode_type (Results 1 – 6 of 6) sorted by relevance
236 FileDialogMode mode_type = in OnFileDialogContinue() local239 if (mode_type == FILE_DIALOG_OPEN || mode_type == FILE_DIALOG_OPEN_MULTIPLE) { in OnFileDialogContinue()242 } else if (mode_type == FILE_DIALOG_OPEN_FOLDER) { in OnFileDialogContinue()245 } else if (mode_type == FILE_DIALOG_SAVE) { in OnFileDialogContinue()258 switch (mode_type) { in OnFileDialogContinue()280 if (mode_type == FILE_DIALOG_OPEN_MULTIPLE) in OnFileDialogContinue()283 if (mode_type == FILE_DIALOG_SAVE) { in OnFileDialogContinue()292 if (!params.default_file_path.empty() && mode_type == FILE_DIALOG_SAVE) { in OnFileDialogContinue()321 if (mode_type == FILE_DIALOG_OPEN || mode_type == FILE_DIALOG_OPEN_FOLDER || in OnFileDialogContinue()322 mode_type == FILE_DIALOG_SAVE) { in OnFileDialogContinue()[all …]
89 static GType mode_type = 0; in gst_mirror_mode_get_type() local103 if (!mode_type) { in gst_mirror_mode_get_type()104 mode_type = g_enum_register_static ("GstMirrorMode", modes); in gst_mirror_mode_get_type()106 return mode_type; in gst_mirror_mode_get_type()
55 static GType mode_type = 0; in gst_rtp_vp9_pay_picture_id_mode_get_type() local63 if (!mode_type) { in gst_rtp_vp9_pay_picture_id_mode_get_type()64 mode_type = g_enum_register_static ("GstVP9RTPPayMode", modes); in gst_rtp_vp9_pay_picture_id_mode_get_type()66 return mode_type; in gst_rtp_vp9_pay_picture_id_mode_get_type()
56 static GType mode_type = 0; in gst_rtp_vp8_pay_picture_id_mode_get_type() local64 if (!mode_type) { in gst_rtp_vp8_pay_picture_id_mode_get_type()65 mode_type = g_enum_register_static ("GstVP8RTPPayMode", modes); in gst_rtp_vp8_pay_picture_id_mode_get_type()67 return mode_type; in gst_rtp_vp8_pay_picture_id_mode_get_type()
77 static gsize mode_type = 0; in gst_d3d11_window_fullscreen_toggle_mode_type() local79 if (g_once_init_enter (&mode_type)) { in gst_d3d11_window_fullscreen_toggle_mode_type()91 g_once_init_leave (&mode_type, tmp); in gst_d3d11_window_fullscreen_toggle_mode_type()94 return (GType) mode_type; in gst_d3d11_window_fullscreen_toggle_mode_type()
167 static bit_name_fn(mode_type)