Lines Matching refs:index
51 this.index = 0;
172 if(this.index != element.autocompleteIndex)
174 this.index = element.autocompleteIndex;
182 this.index = element.autocompleteIndex;
197 this.index==i ?
212 if(this.index > 0) this.index--
213 else this.index = this.entryCount-1;
214 this.getEntry(this.index).scrollIntoView(true);
218 if(this.index < this.entryCount-1) this.index++
219 else this.index = 0;
220 this.getEntry(this.index).scrollIntoView(false);
223 getEntry: function(index) { argument
224 return this.update.firstChild.childNodes[index];
228 return this.getEntry(this.index);
283 this.index = 0;