Searched refs:RadioButton (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/ui/views/controls/button/
H A Dradio_button.cc16 const char RadioButton::kViewClassName[] = "RadioButton";
18 RadioButton::RadioButton(const base::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...]
H A Dradio_button.h15 class VIEWS_EXPORT RadioButton : public Checkbox { class in namespace:views
20 RadioButton(const base::string16& label, int group_id);
21 virtual ~RadioButton();
40 DISALLOW_COPY_AND_ASSIGN(RadioButton);
H A Dcustom_button.cc43 !strcmp(classname, RadioButton::kViewClassName) ||
H A Dcustom_button_unittest.cc155 RadioButton radio_button(text, 0);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DRadioButtonTest.java3 import android.widget.RadioButton;
18 RadioButton radioButton = new RadioButton(null);
30 RadioButton radioButton = new RadioButton(null);
42 RadioButton radioButton = new RadioButton(null);
54 RadioButton radioButton1 = new RadioButton(null);
56 RadioButton radioButton
[all...]
/external/chromium_org/ui/views/examples/
H A Dradio_button_example.h17 class RadioButton;
35 RadioButton* radio_buttons_[3];
H A Dradio_button_example.cc31 radio_buttons_[i] = new RadioButton(
H A Dscroll_view_example.cc27 AddChildView(new RadioButton(ASCIIToUTF16("Radio Button"), 0));
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowRadioButton.java4 import android.widget.RadioButton;
10 * Shadows the {@code android.widget.RadioButton} class.
13 @Implements(RadioButton.class)
/external/chromium_org/chrome/browser/first_run/
H A Dtry_chrome_dialog_view.h21 class RadioButton;
120 views::RadioButton* try_chrome_;
121 views::RadioButton* kill_chrome_;
122 views::RadioButton* dont_try_chrome_;
H A Dtry_chrome_dialog_view.cc195 try_chrome_ = new views::RadioButton(
209 dont_try_chrome_ = new views::RadioButton(
217 kill_chrome_ = new views::RadioButton(
/external/chromium_org/mojo/examples/window_manager/
H A Ddebug_panel.h17 class RadioButton;
62 views::RadioButton* navigation_target_new_;
63 views::RadioButton* navigation_target_source_;
64 views::RadioButton* navigation_target_default_;
H A Ddebug_panel.cc32 navigation_target_new_(new views::RadioButton(
34 navigation_target_source_(new views::RadioButton(
36 navigation_target_default_(new views::RadioButton(
93 views::RadioButton* radios[] = {
/external/chromium_org/ash/shell/
H A Dwidgets.cc49 views::RadioButton* radio_button_;
50 views::RadioButton* radio_button_disabled_;
51 views::RadioButton* radio_button_selected_;
52 views::RadioButton* radio_button_selected_disabled_;
66 radio_button_(new views::RadioButton(
68 radio_button_disabled_(new views::RadioButton(
70 radio_button_selected_(new views::RadioButton(
72 radio_button_selected_disabled_(new views::RadioButton(
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/dom_distiller/
H A DDistilledPagePrefsView.java18 import android.widget.RadioButton;
50 private final Map<Theme, RadioButton> mColorModeButtons;
77 mColorModeButtons = new EnumMap<Theme, RadioButton>(Theme.class);
170 for (RadioButton button : mColorModeButtons.values()) {
179 for (RadioButton button : mColorModeButtons.values()) {
182 for (RadioButton innerLoopButton : mColorModeButtons.values()) {
255 private RadioButton initializeAndGetButton(int id, final Theme theme) {
256 final RadioButton button = (RadioButton) findViewById(id);
/external/chromium_org/chrome/browser/ui/views/
H A Dcontent_setting_bubble_contents.h32 class RadioButton;
102 typedef std::vector<views::RadioButton*> RadioGroup;
H A Dcontent_setting_bubble_contents.cc266 views::RadioButton* radio =
267 new views::RadioButton(base::UTF8ToUTF16(*i), 0);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formcontrol.cpp20 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton);
41 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton);
85 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton);
87 if (GetType() == CPDF_FormField::RadioButton || GetType() == CPDF_FormField::CheckBox) {
101 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton);
103 if (GetType() == CPDF_FormField::RadioButton || GetType() == CPDF_FormField::CheckBox) {
118 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton);
125 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton);
136 ASSERT(GetType() == CPDF_FormField::CheckBox || GetType() == CPDF_FormField::RadioButton);
H A Ddoc_formfield.cpp49 m_Type = RadioButton;
107 case CPDF_FormField::RadioButton: {
237 case RadioButton:
304 if (GetType() == CheckBox || GetType() == RadioButton) {
344 case RadioButton: {
727 if (m_Type == RadioButton || m_Type == CheckBox) {
799 ASSERT(GetType() == CheckBox || GetType() == RadioButton);
863 ASSERT(GetType() == CheckBox || GetType() == RadioButton);
883 ASSERT(GetType() == CheckBox || GetType() == RadioButton);
H A Ddoc_form.cpp1471 if (pField->GetType() == CPDF_FormField::CheckBox || pField->GetType() == CPDF_FormField::RadioButton) {
/external/chromium_org/ui/views/focus/
H A Dfocus_traversal_unittest.cc246 // RadioButton * kAsparagusButtonID
247 // RadioButton * kBroccoliButtonID
248 // RadioButton * kCauliflowerButtonID
389 RadioButton* radio_button = new RadioButton(ASCIIToUTF16("Asparagus"), 1);
395 radio_button = new RadioButton(ASCIIToUTF16("Broccoli"), 1);
400 RadioButton* radio_button_to_check = radio_button;
402 radio_button = new RadioButton(ASCIIToUTF16("Cauliflower"), 1);
561 // We can only call RadioButton::SetChecked() on the radio-button is part of
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py81 class JetRadioButton(wx.RadioButton):
84 wx.RadioButton.__init__(self, parent, id=id, label=label, pos=pos, size=size)
93 wx.RadioButton.SetValue(self, val)
95 wx.RadioButton.SetValue(self, val)
97 wx.RadioButton.SetValue(self, False)
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h1078 RadioButton, enumerator in enum:CPDF_FormField::Type
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 500 milliseconds

12