Lines Matching full:multiple
76 if (!element->renderer() || !data.multiple())
274 if (!foundSelected && (data.usesMenuList() || (!data.multiple() && optionElement->selected()))) {
277 } else if (foundSelected && !data.multiple() && optionElement->selected()) {
318 if (!data.multiple())
476 if (!successful && !data.multiple() && data.size() <= 1 && items.size()) {
503 if (selectedOption && !data.multiple())
686 bool shiftSelect = data.multiple() && mouseEvent->shiftKey();
687 bool multiSelect = data.multiple() && multiSelectKeyPressed && !mouseEvent->shiftKey();
700 // If we're not in any special multiple selection mode, then deselect all other items, excluding the clicked option.
714 // If we're doing a single selection, or a multiple selection (using cmd or ctrl), then initialize the anchor index to the listIndex that just got clicked.
757 bool deselectOthers = !data.multiple() || !static_cast<KeyboardEvent*>(event)->shiftKey();