Home | History | Annotate | Download | only in autofill

Lines Matching refs:checkbox_

347   explicit NotificationView(const DialogNotification& data) : checkbox_(NULL) {
362 checkbox_ = checkbox.get();
388 return checkbox_;
394 if (checkbox_)
435 views::Checkbox* checkbox_;
795 checkbox_(NULL) {
812 checkbox_ = NULL;
821 checkbox_ = view->checkbox();
826 if (checkbox_)
827 checkbox_->set_listener(this);
870 DCHECK_EQ(sender, checkbox_);
872 checkbox_->checked());