Home | History | Annotate | Download | only in html

Lines Matching refs:checked

191             return !checked();
714 // Allow keyboard focus if we're checked or if nothing in the group is checked.
715 return checked() || !checkedRadioButtons(this).checkedButtonForGroup(name());
949 result = checked() ? "on" : "off";
1312 if (checked()) {
1419 if (checked() == nowChecked)
1494 // If no attribute exists, then just use "on" or "" based off the checked() state of the control.
1496 return checked() ? "on" : "";
1951 // As a way to store the state, we return 0 if we were unchecked, 1 if we were checked, and 2 for
1957 if (checked())
1959 setChecked(!checked(), true);
1963 // We really want radio groups to end up in sane states, i.e., to have something checked.
2234 // checked, or because of some explicit .focus() call), then allow space to check it.
2235 if (!checked())