Home
last modified time | relevance | path

Searched refs:wordList_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/resources/options/
Dlanguage_dictionary_overlay.js31 wordList_: null, property in EditDictionaryOverlay
54 this.wordList_ = $('language-dictionary-overlay-word-list');
55 DictionaryWordsList.decorate(this.wordList_);
56 this.wordList_.onWordListChanged = function() { method
62 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 …]