Home
last modified time | relevance | path

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

/external/chromium_org/ui/webui/resources/js/cr/ui/
Dgrid.js26 function GridItem(dataItem) { class
29 el.__proto__ = GridItem.prototype;
33 GridItem.prototype = { class
69 itemConstructor_: GridItem,
425 GridItem: GridItem,
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
Dwallpaper_images_grid.js8 /** @const */ var GridItem = cr.ui.GridItem;
27 var el = new GridItem(wallpaperInfo);
35 __proto__: GridItem.prototype,
53 GridItem.prototype.decorate.call(this); class
/external/chromium_org/chrome/browser/resources/chromeos/
Duser_images_grid.js8 /** @const */ var GridItem = cr.ui.GridItem;
37 var el = new GridItem(imageInfo);
43 __proto__: GridItem.prototype,
47 GridItem.prototype.decorate.call(this); class