Home
last modified time | relevance | path

Searched refs:PropertyKind (Results 1 – 18 of 18) sorted by relevance

/external/chromium/chrome/browser/resources/options/
Dpref_ui.js97 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 …]
/external/chromium/chrome/browser/resources/shared/js/
Dcr.js109 const PropertyKind = { variable
137 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,
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dmenu_item.js140 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);
Dcommand.js160 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);
Dlist_item.js53 cr.defineProperty(ListItem, 'selected', cr.PropertyKind.BOOL_ATTR,
63 cr.defineProperty(ListItem, 'lead', cr.PropertyKind.BOOL_ATTR);
Dtabs.js101 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);
Dmenu.js142 cr.defineProperty(Menu, 'selectedIndex', cr.PropertyKind.JS,
Dtable.js261 cr.defineProperty(Table, 'hasElementFocus', cr.PropertyKind.BOOL_ATTR);
Dlist.js953 cr.defineProperty(List, 'disabled', cr.PropertyKind.BOOL_ATTR);
961 cr.defineProperty(List, 'hasElementFocus', cr.PropertyKind.BOOL_ATTR);
/external/chromium/chrome/browser/resources/gpu_internals/
Dtab_control.js48 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);
Doverlay.js129 cr.defineProperty(OverlayRoot, 'visible', cr.PropertyKind.BOOL_ATTR);
171 cr.defineProperty(Overlay, 'visible', cr.PropertyKind.BOOL_ATTR,
Dtimeline.js420 cr.defineProperty(Timeline, 'model', cr.PropertyKind.JS);
/external/v8/src/
Dmirror-debugger.js166 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 …]
Dparser.cc3134 enum PropertyKind { enum in v8::internal::ObjectLiteralPropertyChecker
/external/chromium/chrome/browser/resources/options/chromeos/
Dinternet_network_element.js477 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);
Daccounts_user_list.js125 cr.defineProperty(UserList, 'disabled', cr.PropertyKind.BOOL_ATTR);
/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/
Dbookmark_list.js336 cr.defineProperty(BookmarkList, 'parentId', cr.PropertyKind.JS,
/external/chromium/chrome/browser/resources/file_manager/js/
Dfile_manager.js928 cr.defineProperty(li, 'lead', cr.PropertyKind.BOOL_ATTR);
929 cr.defineProperty(li, 'selected', cr.PropertyKind.BOOL_ATTR);