Searched defs:RadioButton (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/button/
H A Dradio_button.h15 class VIEWS_EXPORT RadioButton : public Checkbox { class in namespace:views
20 RadioButton(const string16& label, int group_id);
21 virtual ~RadioButton();
40 DISALLOW_COPY_AND_ASSIGN(RadioButton);
H A Dradio_button.cc16 const char RadioButton::kViewClassName[] = "RadioButton";
18 RadioButton::RadioButton(const string16& label, int group_id) function in class:views::RadioButton
61 RadioButton::~RadioButton() {
64 void RadioButton::SetChecked(bool checked) {
65 if (checked == RadioButton::checked())
84 RadioButton* peer = static_cast<RadioButton*>(*
[all...]

Completed in 115 milliseconds