Searched refs:selection_types (Results 1 – 1 of 1) sorted by relevance
820 int selection_types) { in SetSelection() argument857 DCHECK(menu_item || (selection_types & SELECTION_EXIT) != 0); in SetSelection()860 pending_state_.submenu_open = (selection_types & SELECTION_OPEN_SUBMENU) != 0; in SetSelection()868 if (selection_types & SELECTION_UPDATE_IMMEDIATELY) in SetSelection()952 int selection_types = SELECTION_UPDATE_IMMEDIATELY; in SetSelectionOnPointerDown() local955 selection_types |= SELECTION_OPEN_SUBMENU; in SetSelectionOnPointerDown()962 selection_types |= SELECTION_OPEN_SUBMENU; in SetSelectionOnPointerDown()964 SetSelection(part.menu, selection_types); in SetSelectionOnPointerDown()1347 int selection_types = SELECTION_UPDATE_IMMEDIATELY; in ShowContextMenu() local1349 selection_types |= SELECTION_OPEN_SUBMENU; in ShowContextMenu()[all …]