Home
last modified time | relevance | path

Searched refs:changeSelection (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
Dpopup.js138 function changeSelection(newIndex) { function
174 changeSelection(selectedIndex + 1);
177 changeSelection(selectedIndex - 1);
180 changeSelection(0);
183 changeSelection(appList.length - 1);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/app_launcher/
Dpopup.js120 function changeSelection(newIndex) { function
156 changeSelection(selectedIndex + 1);
159 changeSelection(selectedIndex - 1);
162 changeSelection(0);
165 changeSelection(appList.length - 1);
/external/chromium_org/third_party/WebKit/Source/core/editing/
DTextInsertionBaseCommand.cpp45 bool changeSelection = selectionForInsertion != endingSelection; in applyTextInsertionCommand() local
46 if (changeSelection) { in applyTextInsertionCommand()
51 if (changeSelection) { in applyTextInsertionCommand()
/external/chromium_org/chrome/browser/resources/uber/
Duber_frame.js63 changeSelection(e.data.params);
76 function changeSelection(params) { function