Searched refs:itemConstructor_ (Results 1 – 3 of 3) sorted by relevance
142 itemConstructor_: cr.ui.ListItem, property in List149 return this.itemConstructor_;152 if (func != this.itemConstructor_) {153 this.itemConstructor_ = func;717 var item = new this.itemConstructor_(value);
91 itemConstructor_: cr.ui.ListItem, property in List98 return this.itemConstructor_;101 if (func != this.itemConstructor_) {102 this.itemConstructor_ = func;811 var item = new this.itemConstructor_(value);
69 itemConstructor_: GridItem, property in Grid