Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/webui/options/
Dedit_dictionary_browsertest.js31 EditDictionaryOverlay.setWordList([]);
46 EditDictionaryOverlay.setWordList([testWord]);
53 EditDictionaryOverlay.setWordList([]);
60 EditDictionaryOverlay.setWordList(['foo', 'bar']);
95 EditDictionaryOverlay.setWordList([]);
120 EditDictionaryOverlay.setWordList(['foo', 'bar', 'baz', 'baz']);
/external/chromium_org/chrome/browser/resources/options/
Dlanguage_dictionary_overlay.js102 EditDictionaryOverlay.setWordList = function(entries) { function in EditDictionaryOverlay
103 EditDictionaryOverlay.getInstance().wordList_.setWordList(entries);
Dlanguage_dictionary_overlay_word_list.js138 setWordList: function(entries) { method in DictionaryWordsList