Home | History | Annotate | Download | only in html

Lines Matching refs:radio

46     return InputTypeNames::radio();
73 // Left and up mean "previous radio button".
74 // Right and down mean "next radio button".
75 // Tested in WinIE, and even for RTL, left still means previous radio button (and so moves
90 // Look for more radio buttons.
111 // If an unselected radio is tabbed into (because the entire group has nothing
120 // When using Spatial Navigation, every radio button should be focusable.
124 // Never allow keyboard tabbing to leave you in the same radio group. Always
145 // Don't send a change event for a radio button that's getting unchecked.
155 // We want radio groups to end up in sane states, i.e., to have something checked.
157 // we want some object in the radio group to actually get selected.
175 // Restore the original selected radio button if possible.
176 // Make sure it is still a radio button and only do the restoration if it still belongs to our group.