Home | History | Annotate | Download | only in app_info_dialog

Lines Matching refs:combobox

29 #include "ui/views/controls/combobox/combobox.h"
36 // A model for a combobox selecting the launch options for a hosted app.
51 // A list of the launch types available in the combobox, in order.
54 // A list of the messages to display in the combobox, in order. The indexes in
63 // TODO(sashab): Use a checkbox for this choice instead of combobox.
258 new views::Combobox(launch_options_combobox_model_.get());
308 void AppInfoSummaryPanel::OnPerformAction(views::Combobox* combobox) {
309 if (combobox == launch_options_combobox_) {