HomeSort by relevance Sort by last modified time
    Searched defs:changeSelection (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/common/extensions/docs/examples/extensions/app_launcher/
popup.js 138 function changeSelection(newIndex) {
174 changeSelection(selectedIndex + 1);
177 changeSelection(selectedIndex - 1);
180 changeSelection(0);
183 changeSelection(appList.length - 1);
  /external/webkit/Source/WebCore/editing/
TypingCommand.cpp 173 bool changeSelection = currentSelection != selectionForInsertion;
207 if (changeSelection) {
212 if (changeSelection) {

Completed in 165 milliseconds