Searched refs:ancestry (Results 1 – 11 of 11) sorted by relevance
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | CustomElements.js | 407 definition.ancestry = ancestry(definition.extends); 451 function ancestry(extnds) { function 454 return ancestry(extendee.extends).concat([ extendee ]); 460 for (var i = 0, a; a = definition.ancestry[i]; i++) {
|
D | CustomElements.min.js | 11 …ancestry=a(d["extends"]),i(d),u(d),o(d.prototype),s(d.__name,d),d.ctor=l(d),d.ctor.prototype=d.pro…
|
D | webcomponents-lite.js | 1468 definition.ancestry = ancestry(definition.extends); 1512 function ancestry(extnds) { function 1515 return ancestry(extendee.extends).concat([ extendee ]); 1521 for (var i = 0, a; a = definition.ancestry[i]; i++) {
|
D | webcomponents-lite.min.js | 11 …ancestry=i(d["extends"]),a(d),s(d),n(d.prototype),u(d.__name,d),d.ctor=l(d),d.ctor.prototype=d.pro…
|
D | webcomponents.js | 5802 definition.ancestry = ancestry(definition.extends); 5846 function ancestry(extnds) { function 5849 return ancestry(extendee.extends).concat([ extendee ]); 5855 for (var i = 0, a; a = definition.ancestry[i]; i++) {
|
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
D | CustomElements.js | 407 definition.ancestry = ancestry(definition.extends); 451 function ancestry(extnds) { function 454 return ancestry(extendee.extends).concat([ extendee ]); 460 for (var i = 0, a; a = definition.ancestry[i]; i++) {
|
D | CustomElements.min.js | 11 …ancestry=a(d["extends"]),i(d),u(d),o(d.prototype),s(d.__name,d),d.ctor=l(d),d.ctor.prototype=d.pro…
|
D | webcomponents-lite.js | 1468 definition.ancestry = ancestry(definition.extends); 1512 function ancestry(extnds) { function 1515 return ancestry(extendee.extends).concat([ extendee ]); 1521 for (var i = 0, a; a = definition.ancestry[i]; i++) {
|
D | webcomponents-lite.min.js | 11 …ancestry=i(d["extends"]),a(d),s(d),n(d.prototype),u(d.__name,d),d.ctor=l(d),d.ctor.prototype=d.pro…
|
D | webcomponents.js | 5802 definition.ancestry = ancestry(definition.extends); 5846 function ancestry(extnds) { function 5849 return ancestry(extendee.extends).concat([ extendee ]); 5855 for (var i = 0, a; a = definition.ancestry[i]; i++) {
|
/external/autotest/client/bin/ |
D | job.py | 1039 ancestry = copy.copy(self._current_step_ancestry) 1040 return (ancestry, fn, args, dargs) 1086 def _create_frame(self, global_vars, ancestry, fn_name): argument 1106 for steps_fn_name in ancestry: 1118 ancestry.pop() 1120 return (frames[-1], ancestry) 1180 (ancestry, fn_name, args, dargs) = steps.pop(0) 1184 ret = self._create_frame(global_control_vars, ancestry, fn_name)
|