Home | History | Annotate | Download | only in extensions

Lines Matching refs:RADIO

178   if (type_ != CHECKBOX && type_ != RADIO)
199 if (type_ == CHECKBOX || type_ == RADIO)
232 if ((type == CHECKBOX || type == RADIO) &&
344 if (item->type() == MenuItem::RADIO) {
369 if (child->type() == MenuItem::RADIO)
561 // Iterate backwards from |item| and uncheck any adjacent radio items.
567 if ((*i)->type() != MenuItem::RADIO)
573 // Now iterate forwards from |item| and uncheck any adjacent radio items.
575 if ((*i)->type() != MenuItem::RADIO)
606 if (item->type() == MenuItem::RADIO)
653 item->type() == MenuItem::RADIO) {
657 // RADIO items always get set to true when you click on them, but CHECKBOX
660 (item->type() == MenuItem::RADIO) ? true : !was_checked;
695 if ((*i)->type() != MenuItem::RADIO) {
700 // Uncheck any checked radio items in the run, and at the end reset
701 // the appropriate one to checked. If no check radio items were found,
702 // then check the first radio item in the run.
707 if ((*radio_run_iter)->type() != MenuItem::RADIO) {