Home | History | Annotate | Download | only in extensions

Lines Matching refs:checkbox_

45   checkbox_ = new views::Checkbox(pref_info.GetGalleryDisplayName());
46 checkbox_->set_listener(button_listener);
48 checkbox_->set_context_menu_controller(menu_controller);
49 checkbox_->SetElideBehavior(gfx::ELIDE_MIDDLE);
51 checkbox_->SetTooltipText(tooltip_text);
79 AddChildView(checkbox_);
94 int checkbox_width = checkbox_->GetPreferredSize().width();
112 checkbox_->SetBounds(area.x(), area.y(), checkbox_width, area.height());
114 folder_viewer_button_->SetBounds(checkbox_->x() + checkbox_width, area.y(),
119 checkbox_->x() + checkbox_width + folder_viewer_width,