Searched refs:wordList_ (Results 1 – 1 of 1) sorted by relevance
31 wordList_: null, property in EditDictionaryOverlay54 this.wordList_ = $('language-dictionary-overlay-word-list');55 DictionaryWordsList.decorate(this.wordList_);56 this.wordList_.onWordListChanged = function() { method62 this.wordList_.search(e.currentTarget.value);92 if (this.searchField_.value.length > 0 && this.wordList_.empty) {94 this.wordList_.classList.add('no-search-matches');97 this.wordList_.classList.remove('no-search-matches');103 EditDictionaryOverlay.getInstance().wordList_.setWordList(entries);107 EditDictionaryOverlay.getInstance().wordList_.addWords(add_words);[all …]