Home | History | Annotate | Download | only in controls

Lines Matching refs:checkbox_

80       checkbox_(NULL),
93 return checkbox_ ? checkbox_->checked() : false;
97 if (!checkbox_)
98 checkbox_ = new Checkbox(label);
100 checkbox_->SetText(label);
105 if (!checkbox_)
107 checkbox_->SetChecked(selected);
207 if (prompt_field_ || checkbox_ || link_) {
231 if (checkbox_) {
234 layout->AddView(checkbox_);