Searched refs:getIndexBefore (Results 1 – 8 of 8) sorted by relevance
61 getIndexBefore: function(index) { method in ListSelectionController242 this.getLastIndex() : this.getIndexBefore(leadIndex);
392 return this.getIndexBefore(index);405 getIndexBefore: function(index) { method in GridSelectionController
61 getIndexBefore: function(index) { method in ListSelectionController244 this.getLastIndex() : this.getIndexBefore(leadIndex);
168 getIndexBefore: function(index) { method in WallpaperThumbnailsGridSelectionController170 GridSelectionController.prototype.getIndexBefore.call(this, index);
86 getIndexBefore: function(index) { method in UserImagesGridSelectionController88 GridSelectionController.prototype.getIndexBefore.call(this, index);
442 SlotIndex getIndexBefore(const MachineInstr *MI) const {587 prevItr = getIndexBefore(mi).listEntry();
917 Idx = LIS.getSlotIndexes()->getIndexBefore(MI); in Distribute()
663 Mosaic.SelectionController.prototype.getIndexBefore = function(index) { method in Mosaic.SelectionController