Lines Matching refs:cr

5 cr.define('options', function() {
35 var PrefCheckbox = cr.ui.define('input');
42 * Initialization function for the cr.ui framework.
97 cr.defineProperty(PrefCheckbox, 'pref', cr.PropertyKind.ATTR);
103 cr.defineProperty(PrefCheckbox, 'metric', cr.PropertyKind.ATTR);
109 cr.defineProperty(PrefCheckbox, 'inverted_pref', cr.PropertyKind.BOOL_ATTR);
115 var PrefRadio = cr.ui.define('input');
122 * Initialization function for the cr.ui framework.
160 cr.defineProperty(PrefRadio, 'pref', cr.PropertyKind.ATTR);
166 cr.defineProperty(PrefRadio, 'metric', cr.PropertyKind.ATTR);
178 * Initialization function for the cr.ui framework.
206 cr.defineProperty(PrefNumeric, 'pref', cr.PropertyKind.ATTR);
212 cr.defineProperty(PrefNumeric, 'metric', cr.PropertyKind.ATTR);
218 var PrefNumber = cr.ui.define('input');
225 * Initialization function for the cr.ui framework.
245 var PrefRange = cr.ui.define('input');
264 * Initialization function for the cr.ui framework.
352 cr.defineProperty(PrefRange, 'pref', cr.PropertyKind.ATTR);
358 cr.defineProperty(PrefRange, 'metric', cr.PropertyKind.ATTR);
364 var PrefSelect = cr.ui.define('select');
371 * Initialization function for the cr.ui framework.
442 cr.defineProperty(PrefSelect, 'pref', cr.PropertyKind.ATTR);
448 cr.defineProperty(PrefSelect, 'metric', cr.PropertyKind.ATTR);
454 cr.defineProperty(PrefSelect, 'dataType', cr.PropertyKind.ATTR);
460 var PrefTextField = cr.ui.define('input');
467 * Initialization function for the cr.ui framework.
509 cr.defineProperty(PrefTextField, 'pref', cr.PropertyKind.ATTR);
515 cr.defineProperty(PrefTextField, 'metric', cr.PropertyKind.ATTR);
521 cr.defineProperty(PrefTextField, 'dataType', cr.PropertyKind.ATTR);