Home
last modified time | relevance | path

Searched refs:mode_type (Results 1 – 6 of 6) sorted by relevance

/third_party/cef/tests/cefclient/browser/
Ddialog_handler_gtk.cc236 FileDialogMode mode_type = in OnFileDialogContinue() local
239 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 …]
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/
Dgstmirror.c89 static GType mode_type = 0; in gst_mirror_mode_get_type() local
103 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()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpvp9pay.c55 static GType mode_type = 0; in gst_rtp_vp9_pay_picture_id_mode_get_type() local
63 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()
Dgstrtpvp8pay.c56 static GType mode_type = 0; in gst_rtp_vp8_pay_picture_id_mode_get_type() local
64 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()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11window.cpp77 static gsize mode_type = 0; in gst_d3d11_window_fullscreen_toggle_mode_type() local
79 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()
/third_party/libdrm/tests/modetest/
Dmodetest.c167 static bit_name_fn(mode_type)