Searched refs:PropertyKind (Results 1 – 18 of 18) sorted by relevance
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);160 cr.defineProperty(PrefRadio, 'pref', cr.PropertyKind.ATTR);166 cr.defineProperty(PrefRadio, 'metric', cr.PropertyKind.ATTR);206 cr.defineProperty(PrefNumeric, 'pref', cr.PropertyKind.ATTR);212 cr.defineProperty(PrefNumeric, 'metric', cr.PropertyKind.ATTR);352 cr.defineProperty(PrefRange, 'pref', cr.PropertyKind.ATTR);358 cr.defineProperty(PrefRange, 'metric', cr.PropertyKind.ATTR);442 cr.defineProperty(PrefSelect, 'pref', cr.PropertyKind.ATTR);[all …]
109 const PropertyKind = { variable137 case PropertyKind.JS:142 case PropertyKind.ATTR:146 case PropertyKind.BOOL_ATTR:166 case PropertyKind.JS:178 case PropertyKind.ATTR:189 case PropertyKind.BOOL_ATTR:218 var kind = opt_kind || PropertyKind.JS;329 PropertyKind: PropertyKind,
140 cr.defineProperty(MenuItem, 'disabled', cr.PropertyKind.BOOL_ATTR);146 cr.defineProperty(MenuItem, 'hidden', cr.PropertyKind.BOOL_ATTR);152 cr.defineProperty(MenuItem, 'selected', cr.PropertyKind.BOOL_ATTR);158 cr.defineProperty(MenuItem, 'checked', cr.PropertyKind.BOOL_ATTR);
160 cr.defineProperty(Command, 'label', cr.PropertyKind.ATTR);166 cr.defineProperty(Command, 'disabled', cr.PropertyKind.BOOL_ATTR);172 cr.defineProperty(Command, 'hidden', cr.PropertyKind.BOOL_ATTR);178 cr.defineProperty(Command, 'checked', cr.PropertyKind.BOOL_ATTR);
53 cr.defineProperty(ListItem, 'selected', cr.PropertyKind.BOOL_ATTR,63 cr.defineProperty(ListItem, 'lead', cr.PropertyKind.BOOL_ATTR);
101 cr.defineProperty(TabBox, 'selectedIndex', cr.PropertyKind.JS_PROP,181 cr.defineProperty(Tab, 'selected', cr.PropertyKind.BOOL_ATTR);211 cr.defineProperty(TabPanel, 'selected', cr.PropertyKind.BOOL_ATTR);
142 cr.defineProperty(Menu, 'selectedIndex', cr.PropertyKind.JS,
261 cr.defineProperty(Table, 'hasElementFocus', cr.PropertyKind.BOOL_ATTR);
953 cr.defineProperty(List, 'disabled', cr.PropertyKind.BOOL_ATTR);961 cr.defineProperty(List, 'hasElementFocus', cr.PropertyKind.BOOL_ATTR);
48 cr.defineProperty(Tab, 'label', cr.PropertyKind.ATTR);54 cr.defineProperty(Tab, 'selected', cr.PropertyKind.BOOL_ATTR);100 cr.defineProperty(TabButton, 'selected', cr.PropertyKind.BOOL_ATTR);
129 cr.defineProperty(OverlayRoot, 'visible', cr.PropertyKind.BOOL_ATTR);171 cr.defineProperty(Overlay, 'visible', cr.PropertyKind.BOOL_ATTR,
420 cr.defineProperty(Timeline, 'model', cr.PropertyKind.JS);
166 PropertyKind = {};167 PropertyKind.Named = 1;168 PropertyKind.Indexed = 2;621 kind = kind || PropertyKind.Named | PropertyKind.Indexed;628 if (kind & PropertyKind.Named) {634 if (this.hasNamedInterceptor() && (kind & PropertyKind.Named)) {645 if (kind & PropertyKind.Indexed) {651 if (this.hasIndexedInterceptor() && (kind & PropertyKind.Indexed)) {666 if (kind & PropertyKind.Named) {673 if (kind & PropertyKind.Indexed) {[all …]
3134 enum PropertyKind { enum in v8::internal::ObjectLiteralPropertyChecker
477 cr.defineProperty(NetworkItem, 'connected', cr.PropertyKind.BOOL_ATTR);484 cr.defineProperty(NetworkItem, 'connecting', cr.PropertyKind.BOOL_ATTR);491 cr.defineProperty(NetworkItem, 'other', cr.PropertyKind.BOOL_ATTR);497 cr.defineProperty(NetworkItem, 'connectable', cr.PropertyKind.BOOL_ATTR);
125 cr.defineProperty(UserList, 'disabled', cr.PropertyKind.BOOL_ATTR);
336 cr.defineProperty(BookmarkList, 'parentId', cr.PropertyKind.JS,
928 cr.defineProperty(li, 'lead', cr.PropertyKind.BOOL_ATTR);929 cr.defineProperty(li, 'selected', cr.PropertyKind.BOOL_ATTR);