Searched defs:categoriesList_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
H A Dwallpaper_manager.js400 this.categoriesList_.selectionModel.selectedIndex =
401 this.categoriesList_.dataModel.length - 1;
422 self.categoriesList_.selectionModel.selectedIndex = presetCategory;
716 this.categoriesList_.redraw();
742 this.categoriesList_ = $('categories-list');
743 cr.ui.List.decorate(this.categoriesList_);
749 this.categoriesList_.autoExpands = true;
752 this.categoriesList_.itemConstructor = function(entry) {
756 this.categoriesList_.selectionModel = new cr.ui.ListSingleSelectionModel();
757 this.categoriesList_
[all...]

Completed in 49 milliseconds