Home | History | Annotate | Download | only in controls

Lines Matching refs:checkbox_

80       checkbox_(NULL),
93 return checkbox_ ? checkbox_->checked() : false;
105 if (!checkbox_)
106 checkbox_ = new Checkbox(label);
108 checkbox_->SetText(label);
113 if (!checkbox_)
115 checkbox_->SetChecked(selected);
238 if (prompt_field_ || checkbox_ || link_) {
265 if (checkbox_) {
268 layout->AddView(checkbox_);