Searched refs:changeSelection (Results 1 – 4 of 4) sorted by relevance
138 function changeSelection(newIndex) { function174 changeSelection(selectedIndex + 1);177 changeSelection(selectedIndex - 1);180 changeSelection(0);183 changeSelection(appList.length - 1);
120 function changeSelection(newIndex) { function156 changeSelection(selectedIndex + 1);159 changeSelection(selectedIndex - 1);162 changeSelection(0);165 changeSelection(appList.length - 1);
45 bool changeSelection = selectionForInsertion != endingSelection; in applyTextInsertionCommand() local46 if (changeSelection) { in applyTextInsertionCommand()51 if (changeSelection) { in applyTextInsertionCommand()
63 changeSelection(e.data.params);76 function changeSelection(params) { function