Home
last modified time | relevance | path

Searched refs:ancestry (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
DCustomElements.js407 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++) {
DCustomElements.min.js11ancestry=a(d["extends"]),i(d),u(d),o(d.prototype),s(d.__name,d),d.ctor=l(d),d.ctor.prototype=d.pro…
Dwebcomponents-lite.js1468 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++) {
Dwebcomponents-lite.min.js11ancestry=i(d["extends"]),a(d),s(d),n(d.prototype),u(d.__name,d),d.ctor=l(d),d.ctor.prototype=d.pro…
Dwebcomponents.js5802 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++) {