Searched refs:CheckBoxImpl (Results 1 – 3 of 3) sorted by relevance
12 import autotest.afe.ICheckBox.CheckBoxImpl;68 private CheckBoxImpl fetchTestsCheckBox = new CheckBoxImpl("Fetch Tests from Build");88 private CheckBoxImpl skipVerify = new CheckBoxImpl();93 private CheckBoxImpl skipReset = new CheckBoxImpl();114 private CheckBoxImpl hostless = new CheckBoxImpl();118 private CheckBoxImpl require_ssp = new CheckBoxImpl();153 private CheckBoxImpl runNonProfiledIteration =154 new CheckBoxImpl("Run each test without profilers first");
13 public static class CheckBoxImpl extends CheckBox implements ICheckBox { class14 public CheckBoxImpl() {} in CheckBoxImpl() method in ICheckBox.CheckBoxImpl16 public CheckBoxImpl(String label) { in CheckBoxImpl() method in ICheckBox.CheckBoxImpl
3 import autotest.afe.ICheckBox.CheckBoxImpl;18 CheckBoxImpl checkbox = new CheckBoxImpl(); in generateCheckBox()