Lines Matching refs:searchIndex
72 this.searchIndex = 0;
258 this.searchIndex = id;
270 if (e.keyCode==40 && this.searchIndex<this.SelectItemCount()) // Down
272 this.searchIndex++;
273 this.OnSelectItem(this.searchIndex);
275 else if (e.keyCode==38 && this.searchIndex>0) // Up
277 this.searchIndex--;
278 this.OnSelectItem(this.searchIndex);
282 this.OnSelectItem(this.searchIndex);
323 var idx = indexSectionsWithContent[this.searchIndex].indexOf(idxChar);
327 …resultsPage = this.resultsPath + '/' + indexSectionNames[this.searchIndex] + '_' + hexCode + '.htm…