Home | History | Annotate | Download | only in website_settings

Lines Matching refs:combobox

24 #include "ui/views/controls/combobox/combobox.h"
25 #include "ui/views/controls/combobox/combobox_listener.h"
137 // A combobox originating on the Allow button allowing for customization
199 virtual void OnPerformAction(views::Combobox* combobox) OVERRIDE;
208 views::Combobox* allow_combobox_;
249 // combobox.
276 PermissionCombobox* combobox = new PermissionCombobox(
281 row_layout->AddView(combobox);
282 customize_comboboxes_.push_back(combobox);
321 // STYLE_ACTION Combobox when there are more than one option and
331 views::Combobox* allow_combobox = new views::Combobox(
334 allow_combobox->SetStyle(views::Combobox::STYLE_ACTION);
405 views::Combobox* combobox) {
406 if (combobox == allow_combobox_) {
407 if (combobox->selected_index() ==
410 else if (combobox->selected_index() ==