/external/chromium_org/ui/webui/resources/js/cr/ui/ |
D | menu_item.js | 249 cr.defineProperty(MenuItem, 'disabled', cr.PropertyKind.BOOL_ATTR); 254 cr.defineProperty(MenuItem, 'hidden', cr.PropertyKind.BOOL_ATTR); 259 cr.defineProperty(MenuItem, 'selected', cr.PropertyKind.BOOL_ATTR); 264 cr.defineProperty(MenuItem, 'checked', cr.PropertyKind.BOOL_ATTR); 269 cr.defineProperty(MenuItem, 'checkable', cr.PropertyKind.BOOL_ATTR);
|
D | command.js | 172 cr.defineProperty(Command, 'disabled', cr.PropertyKind.BOOL_ATTR); 177 cr.defineProperty(Command, 'hidden', cr.PropertyKind.BOOL_ATTR); 182 cr.defineProperty(Command, 'checked', cr.PropertyKind.BOOL_ATTR); 191 cr.defineProperty(Command, 'hideShortcutText', cr.PropertyKind.BOOL_ATTR);
|
D | list_item.js | 52 cr.defineProperty(ListItem, 'selected', cr.PropertyKind.BOOL_ATTR, 61 cr.defineProperty(ListItem, 'lead', cr.PropertyKind.BOOL_ATTR);
|
D | expandable_bubble.js | 289 cr.defineProperty(ExpandableBubble, 'expanded', cr.PropertyKind.BOOL_ATTR); 298 cr.defineProperty(ExpandableBubble, 'masked', cr.PropertyKind.BOOL_ATTR);
|
D | tabs.js | 202 cr.defineProperty(Tab, 'selected', cr.PropertyKind.BOOL_ATTR); 232 cr.defineProperty(TabPanel, 'selected', cr.PropertyKind.BOOL_ATTR);
|
D | table.js | 374 cr.defineProperty(Table, 'hasElementFocus', cr.PropertyKind.BOOL_ATTR);
|
D | list.js | 1274 cr.defineProperty(List, 'disabled', cr.PropertyKind.BOOL_ATTR); 1282 cr.defineProperty(List, 'hasElementFocus', cr.PropertyKind.BOOL_ATTR);
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
D | bluetooth_device_list.js | 331 cr.defineProperty(BluetoothListItem, 'connected', cr.PropertyKind.BOOL_ATTR); 333 cr.defineProperty(BluetoothListItem, 'paired', cr.PropertyKind.BOOL_ATTR); 335 cr.defineProperty(BluetoothListItem, 'connecting', cr.PropertyKind.BOOL_ATTR); 338 cr.PropertyKind.BOOL_ATTR);
|
D | accounts_user_list.js | 106 cr.defineProperty(UserList, 'disabled', cr.PropertyKind.BOOL_ATTR);
|
D | network_list.js | 1236 cr.defineProperty(NetworkList, 'disabled', cr.PropertyKind.BOOL_ATTR);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/ |
D | list_item.js | 54 cr.defineProperty(ListItem, 'selected', cr.PropertyKind.BOOL_ATTR, 64 cr.defineProperty(ListItem, 'lead', cr.PropertyKind.BOOL_ATTR);
|
D | list.js | 958 cr.defineProperty(List, 'disabled', cr.PropertyKind.BOOL_ATTR); 966 cr.defineProperty(List, 'hasElementFocus', cr.PropertyKind.BOOL_ATTR);
|
/external/chromium-trace/trace-viewer/src/base/ |
D | properties.js | 83 BOOL_ATTR: 'boolAttr' property 105 case PropertyKind.BOOL_ATTR: 158 case PropertyKind.BOOL_ATTR:
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | commandbutton.js | 129 cr.PropertyKind.BOOL_ATTR); 136 cr.PropertyKind.BOOL_ATTR);
|
D | combobutton.js | 148 cr.defineProperty(ComboButton, 'disabled', cr.PropertyKind.BOOL_ATTR); 149 cr.defineProperty(ComboButton, 'multiple', cr.PropertyKind.BOOL_ATTR);
|
D | default_action_dialog.js | 85 cr.defineProperty(result, 'lead', cr.PropertyKind.BOOL_ATTR); 86 cr.defineProperty(result, 'selected', cr.PropertyKind.BOOL_ATTR);
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/ |
D | cr.js | 127 BOOL_ATTR: 'boolAttr' property 148 case PropertyKind.BOOL_ATTR: 194 case PropertyKind.BOOL_ATTR:
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/ |
D | cr.js | 90 BOOL_ATTR: 'boolAttr' property 112 case PropertyKind.BOOL_ATTR: 160 case PropertyKind.BOOL_ATTR:
|
/external/chromium_org/ui/webui/resources/js/ |
D | cr.js | 93 BOOL_ATTR: 'boolAttr' property 115 case PropertyKind.BOOL_ATTR: 167 case PropertyKind.BOOL_ATTR:
|
/external/chromium_org/chrome/browser/resources/options/ |
D | pref_ui.js | 146 cr.defineProperty(PrefInputElement, 'dialogPref', cr.PropertyKind.BOOL_ATTR); 213 cr.defineProperty(PrefCheckbox, 'inverted_pref', cr.PropertyKind.BOOL_ATTR);
|
D | controlled_setting.js | 201 cr.PropertyKind.BOOL_ATTR);
|
/external/chromium_org/chrome/browser/resources/extensions/chromeos/ |
D | kiosk_app_list.js | 173 cr.defineProperty(KioskAppListItem, 'autoLaunch', cr.PropertyKind.BOOL_ATTR);
|
/external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/ |
D | wallpaper_manager.js | 779 cr.defineProperty(li, 'custom', cr.PropertyKind.BOOL_ATTR); 781 cr.defineProperty(li, 'lead', cr.PropertyKind.BOOL_ATTR); 782 cr.defineProperty(li, 'selected', cr.PropertyKind.BOOL_ATTR);
|
D | wallpaper_images_grid.js | 58 cr.defineProperty(imageEl, 'offline', cr.PropertyKind.BOOL_ATTR);
|
/external/chromium-trace/ |
D | script.js | 352 …e.ATTR:var k=b(a);return function(){return this.getAttribute(k)};case e.BOOL_ATTR:return k=b(a),fu… 353 …):this.setAttribute(n,c),h&&h.call(this,c,b),d(this,a,c,b,k,l))};case e.BOOL_ATTR:return n=b(a),fu… 354 BOOL_ATTR:"boolAttr"};return{PropertyKind:e,defineProperty:function(b,d,h,k,l,m){console.error("Don… property
|