Home | History | Annotate | Download | only in ui

Lines Matching full:controller

121   get controller() {
125 set controller(c) {
141 this.controller.startFiltering(this.$.filter.value).then(function() {
148 if (this.controller)
149 this.controller.findNext();
154 if (this.controller)
155 this.controller.findPrevious();
160 if (!this.controller || this.$.filter.value.length === 0) {
165 var n = this.controller.filterHits.length;
166 var i = n === 0 ? -1 : this.controller.currentHitIndex;