Lines Matching refs:endIndex

2154         var newSelectedEl, trIndex, tdIndex, startIndex, endIndex, i, anchorPos;
2180 endIndex = Math.max(anchorEl.yuiCellIndex, tdIndex);
2186 for(i=startIndex; i<=endIndex; i++) {
2196 for(i=startIndex; i<=endIndex; i++) {
2217 endIndex = Math.max(anchorEl.yuiCellIndex, tdIndex);
2223 for(i=startIndex; i<=endIndex; i++) {
2233 for(i=startIndex; i<=endIndex; i++) {
2257 endIndex = Math.max(anchorEl.parentNode.sectionRowIndex, trIndex);
2258 for(i=startIndex; i<=endIndex; i++) {
2269 endIndex = Math.max(anchorEl.parentNode.sectionRowIndex, trIndex);
2270 for(i=startIndex; i<=endIndex; i++) {
2294 endIndex = Math.max(anchorEl.parentNode.sectionRowIndex, trIndex);
2295 for(i=startIndex; i<=endIndex; i++) {
2306 endIndex = Math.max(anchorEl.parentNode.sectionRowIndex, trIndex);
2307 for(i=startIndex; i<=endIndex; i++) {
4251 var endIndex = (count > 0) ? nRecordIndex : nRecordIndex + count + 1;
4252 for(var i=startIndex; i>endIndex-1; i--) {
6381 var i, j, nAnchorTrIndex, nAnchorTdIndex, currentRow, startIndex, endIndex;
6437 endIndex = Math.max(nAnchorTdIndex, nTargetTdIndex);
6439 // Select all cells from startIndex to endIndex on rows between anchor row and target row
6441 for(j=startIndex; j<=endIndex; j++) {
6469 endIndex = Math.max(nAnchorTdIndex, nTargetTdIndex);
6471 // Select all cells from startIndex to endIndex on rows between target row and anchor row
6473 for(j=endIndex; j>=startIndex; j--) {
6623 endIndex = Math.max(nAnchorTdIndex, nTargetTdIndex);
6626 for(j=startIndex; j<=endIndex; j++) {
6665 endIndex = Math.max(nAnchorTdIndex, nTargetTdIndex);
6668 for(j=startIndex; j<=endIndex; j++) {