Searched refs:ancestry (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/trace-viewer/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++) {
|