Home
last modified time | relevance | path

Searched refs:decorate (Results 1 – 25 of 263) sorted by relevance

1234567891011

/external/chromium_org/chrome/browser/resources/options/
Dprofiles_icon_grid.js19 ProfilesIconGridItem.decorate(el);
27 ProfilesIconGridItem.decorate = function(el) { function
29 el.decorate();
36 decorate: function() { method in ProfilesIconGridItem
37 ListItem.prototype.decorate.call(this); method in ListItem
53 decorate: function() { method in ProfilesIconGrid
54 Grid.prototype.decorate.call(this); method in Grid
Dautofill_options_list.js43 el.decorate();
52 decorate: function() { method in AddressListItem
53 DeletableItem.prototype.decorate.call(this); method in DeletableItem
82 el.decorate();
91 decorate: function() { method in CreditCardListItem
92 DeletableItem.prototype.decorate.call(this); method in DeletableItem
127 el.decorate();
136 decorate: function() { method in ValuesListItem
137 InlineEditableItem.prototype.decorate.call(this); method in InlineEditableItem
240 el.decorate();
[all …]
Dpref_ui.js59 decorate: function() { method in PrefInputElement
176 decorate: function() { method in PrefCheckbox
177 PrefInputElement.prototype.decorate.call(this); method in PrefInputElement
228 decorate: function() { method in PrefNumber
229 PrefInputElement.prototype.decorate.call(this); method in PrefInputElement
258 decorate: function() { method in PrefRadio
259 PrefInputElement.prototype.decorate.call(this); method in PrefInputElement
311 decorate: function() { method in PrefRange
312 PrefInputElement.prototype.decorate.call(this); method in PrefInputElement
467 decorate: function() { method in PrefTextField
[all …]
Dbrowser_options_profile_list.js19 ProfileListItem.decorate(el);
27 ProfileListItem.decorate = function(el) { function
29 el.decorate();
43 decorate: function() { method in ProfileListItem
44 DeletableItem.prototype.decorate.call(this); method in DeletableItem
90 decorate: function() { method in ProfileList
91 DeletableItemList.prototype.decorate.call(this); method in DeletableItemList
Dsupervised_user_list.js28 el.decorate();
58 decorate: function() { method in SupervisedUserListItem
59 ListItem.prototype.decorate.call(this); method in ListItem
108 decorate: function() { method in SupervisedUserList
109 List.prototype.decorate.call(this); method in List
Dpassword_manager_list.js27 el.decorate(showPasswords);
36 decorate: function(showPasswords) { method in PasswordListItem
37 DeletableItem.prototype.decorate.call(this); method in DeletableItem
204 el.decorate();
215 decorate: function() { method in PasswordExceptionsListItem
216 DeletableItem.prototype.decorate.call(this); method in DeletableItem
265 decorate: function() { method in PasswordsList
266 DeletableItemList.prototype.decorate.call(this); method in DeletableItemList
Doptions.js57 cr.ui.decorate('input[pref][type=checkbox]', options.PrefCheckbox);
58 cr.ui.decorate('input[pref][type=number]', options.PrefNumber);
59 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
60 cr.ui.decorate('input[pref][type=range]', options.PrefRange);
61 cr.ui.decorate('select[pref]', options.PrefSelect);
62 cr.ui.decorate('input[pref][type=text]', options.PrefTextField);
63 cr.ui.decorate('input[pref][type=url]', options.PrefTextField);
64 cr.ui.decorate('button[pref]', options.PrefButton);
65 cr.ui.decorate('#content-settings-page input[type=radio]:not(.handler-radio)',
67 cr.ui.decorate('#content-settings-page input[type=radio].handler-radio',
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/
Dproxy_settings.js16 cr.ui.decorate('input[pref][type=checkbox]', options.PrefCheckbox);
17 cr.ui.decorate('input[pref][type=number]', options.PrefNumber);
18 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
19 cr.ui.decorate('input[pref][type=range]', options.PrefRange);
20 cr.ui.decorate('select[pref]', options.PrefSelect);
21 cr.ui.decorate('input[pref][type=text]', options.PrefTextField);
22 cr.ui.decorate('input[pref][type=url]', options.PrefTextField);
Dbluetooth_pair_device.js29 cr.ui.decorate('input[pref][type=checkbox]', options.PrefCheckbox);
30 cr.ui.decorate('input[pref][type=number]', options.PrefNumber);
31 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
32 cr.ui.decorate('input[pref][type=range]', options.PrefRange);
33 cr.ui.decorate('select[pref]', options.PrefSelect);
34 cr.ui.decorate('input[pref][type=text]', options.PrefTextField);
35 cr.ui.decorate('input[pref][type=url]', options.PrefTextField);
/external/chromium-trace/trace-viewer/src/
Dui.js17 function decorate(source, constr) { function
26 constr.decorate(el);
104 f.decorate.call(this, el, arguments);
112 f.decorate = function(el) { function
114 el.decorate.apply(el, arguments[1]);
143 decorate: decorate,
Dui_test.js14 decorate: function() { method in TestElement
24 decorate: function() { method in Base
39 ui.decorate(testElement, TestElement);
66 decorate: function() { method in Sub
85 decorate: function() { method in NoArgs
96 decorate: function(first) { method in Args
111 decorate: function(_, second) { method in ArgsChild
129 decorate: function(first, second) { method in ArgsDecoratingChild
130 Args.prototype.decorate.call(this, first); method in Args
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dproxy_rules_list.js24 decorate: function() { method in ProxyExceptions
25 List.prototype.decorate.call(this); method in List
113 ProxyExceptionsItem.decorate(el);
121 ProxyExceptionsItem.decorate = function(el) { function
123 el.decorate();
130 decorate: function() { method in ProxyExceptionsItem
131 ListItem.prototype.decorate.call(this); method in ListItem
Daccounts_user_list.js24 decorate: function() { method in UserList
25 List.prototype.decorate.call(this); method in List
117 UserListItem.decorate(el);
125 UserListItem.decorate = function(el) { function
127 el.decorate();
134 decorate: function() { method in UserListItem
135 ListItem.prototype.decorate.call(this); method in ListItem
Dinternet_detail_ip_address_field.js23 IPAddressField.decorate(el);
32 IPAddressField.decorate = function(el) { function
34 el.decorate();
41 decorate: function() { method in IPAddressField
42 EditableTextField.prototype.decorate.call(this); method in EditableTextField
Dpreferred_networks.js40 PreferredNetworkList.decorate($('remembered-network-list'));
68 el.decorate();
82 decorate: function() { method in PreferredNetworkListItem
83 DeletableItem.prototype.decorate.call(this); method in DeletableItem
103 decorate: function() { method in PreferredNetworkList
104 DeletableItemList.prototype.decorate.call(this); method in DeletableItemList
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/
Dui.js15 function decorate(source, constr) { function
24 constr.decorate(el);
83 f.decorate(el);
94 f.decorate = function(el) { function
96 el.decorate();
157 decorate: decorate,
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/cr/
Dui.js15 function decorate(source, constr) { function
24 constr.decorate(el);
83 f.decorate(el);
94 f.decorate = function(el) { function
96 el.decorate();
172 decorate: decorate,
/external/chromium-trace/trace-viewer/src/tracing/analysis/
Danalysis_link.js31 decorate: function() { method in AnalysisLink
53 decorate: function() { method in ObjectSnapshotLink
54 AnalysisLink.prototype.decorate.apply(this); method in AnalysisLink
78 decorate: function() { method in ObjectInstanceLink
79 AnalysisLink.prototype.decorate.apply(this); method in AnalysisLink
/external/chromium_org/ui/webui/resources/js/cr/
Dui.js15 function decorate(source, constr) { function
24 constr.decorate(el);
83 f.decorate(el);
94 f.decorate = function(el) { function
96 el.decorate();
206 decorate: decorate,
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
Dstep.js24 decorate: function() { method in Step
178 decorate: function() { method in Bubble
179 Step.prototype.decorate.call(this); method in Step
280 decorate: function() { method in HelpStep
281 Bubble.prototype.decorate.call(this); method in Bubble
292 HelpStep.decorate(el);
294 Bubble.decorate(el);
296 Step.decorate(el);
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dautocomplete_list.js21 AutocompleteListItem.decorate(el);
29 AutocompleteListItem.decorate = function(el) { function
31 el.decorate();
38 decorate: function() { method in AutocompleteListItem
39 ListItem.prototype.decorate.call(this); method in ListItem
92 decorate: function() { method in AutocompleteList
93 List.prototype.decorate.call(this); method in List
Dtabs.js57 cr.ui.decorate(child, constr);
94 decorate: function() { method in TabBox
133 decorate: function() { method in Tabs
190 decorate: function() { method in Tab
213 decorate: decorateChildren property in TabPanels
225 decorate: function() {} method in TabPanel
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
Dmetrics.js62 metrics.decorate = function(name) { function
73 metrics.decorate('recordMediumCount');
74 metrics.decorate('recordSmallCount');
75 metrics.decorate('recordTime');
76 metrics.decorate('recordUserAction');
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/js/
Drule_list.js63 el.decorate();
103 decorate: function() { method in RuleListItem
104 InlineEditableItem.prototype.decorate.call(this); method in InlineEditableItem
272 el.decorate();
283 decorate: function() { method in AddRuleListItem
284 RuleListItem.prototype.decorate.call(this); method in RuleListItem
333 decorate: function() { method in RuleList
334 InlineEditableItemList.prototype.decorate.call(this); method in InlineEditableItemList
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/js/
Dinline_editable_list.js16 InlineEditableItem.decorate(el);
25 InlineEditableItem.decorate = function(el) { function
27 el.decorate();
71 decorate: function() { method in InlineEditableItem
72 DeletableItem.prototype.decorate.call(this); method in DeletableItem
377 decorate: function() { method in InlineEditableItemList
378 DeletableItemList.prototype.decorate.call(this); method in DeletableItemList

1234567891011