Lines Matching refs:searchIndex
103 this.searchIndex = 0;
289 this.searchIndex = id;
301 if (e.keyCode==40 && this.searchIndex<this.SelectItemCount()) // Down
303 this.searchIndex++;
304 this.OnSelectItem(this.searchIndex);
306 else if (e.keyCode==38 && this.searchIndex>0) // Up
308 this.searchIndex--;
309 this.OnSelectItem(this.searchIndex);
313 this.OnSelectItem(this.searchIndex);
358 if (indexSectionsWithContent[this.searchIndex].charAt(code) == '1')
360 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.htm…