Home | History | Annotate | Download | only in photo

Lines Matching refs:cr

35 PhotoImport.prototype = { __proto__: cr.EventTarget.prototype };
113 cr.ui.Grid.decorate(this.grid_);
115 this.fileList_ = new cr.ui.ArrayDataModel([]);
116 this.grid_.selectionModel = new cr.ui.ListSelectionModel();
125 var dialogs = cr.ui.dialogs;
474 __proto__: cr.ui.ListItem.prototype,
481 * @param {cr.ui.ListSelectionModel} selectionModel The selection model to
483 * @param {cr.ui.Grid} grid The grid to interact with.
485 * @extends {!cr.ui.ListSelectionController}
493 * Extends cr.ui.ListSelectionController.
496 cr.ui.ListSelectionController.prototype;