Lines Matching refs:endIndex

2134         var newSelectedEl, trIndex, tdIndex, startIndex, endIndex, i, anchorPos;
2160 endIndex = Math.max(anchorEl.yuiCellIndex, tdIndex);
2166 for(i=startIndex; i<=endIndex; i++) {
2176 for(i=startIndex; i<=endIndex; i++) {
2197 endIndex = Math.max(anchorEl.yuiCellIndex, tdIndex);
2203 for(i=startIndex; i<=endIndex; i++) {
2213 for(i=startIndex; i<=endIndex; i++) {
2237 endIndex = Math.max(anchorEl.parentNode.sectionRowIndex, trIndex);
2238 for(i=startIndex; i<=endIndex; i++) {
2249 endIndex = Math.max(anchorEl.parentNode.sectionRowIndex, trIndex);
2250 for(i=startIndex; i<=endIndex; i++) {
2274 endIndex = Math.max(anchorEl.parentNode.sectionRowIndex, trIndex);
2275 for(i=startIndex; i<=endIndex; i++) {
2286 endIndex = Math.max(anchorEl.parentNode.sectionRowIndex, trIndex);
2287 for(i=startIndex; i<=endIndex; i++) {
4199 var endIndex = (count > 0) ? nRecordIndex : nRecordIndex + count + 1;
4200 for(var i=startIndex; i>endIndex-1; i--) {
6291 var i, j, nAnchorTrIndex, nAnchorTdIndex, currentRow, startIndex, endIndex;
6347 endIndex = Math.max(nAnchorTdIndex, nTargetTdIndex);
6349 // Select all cells from startIndex to endIndex on rows between anchor row and target row
6351 for(j=startIndex; j<=endIndex; j++) {
6379 endIndex = Math.max(nAnchorTdIndex, nTargetTdIndex);
6381 // Select all cells from startIndex to endIndex on rows between target row and anchor row
6383 for(j=endIndex; j>=startIndex; j--) {
6533 endIndex = Math.max(nAnchorTdIndex, nTargetTdIndex);
6536 for(j=startIndex; j<=endIndex; j++) {
6575 endIndex = Math.max(nAnchorTdIndex, nTargetTdIndex);
6578 for(j=startIndex; j<=endIndex; j++) {