Searched defs:GenericEvent (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DShadowDOM.js1123 var GenericEvent = function(type, options) {
1126 GenericEvent.prototype = Object.create(SuperEvent.prototype);
1127 if (prototype) mixin(GenericEvent.prototype, prototype);
1130 registerWrapper(OriginalEvent, GenericEvent, new OriginalEvent("temp"));
1132 registerWrapper(OriginalEvent, GenericEvent, document.createEvent(name));
1135 return GenericEvent;
1125 GenericEvent.prototype = Object.create(SuperEvent.prototype); class
H A Dwebcomponents.js1160 var GenericEvent = function(type, options) {
1163 GenericEvent.prototype = Object.create(SuperEvent.prototype);
1164 if (prototype) mixin(GenericEvent.prototype, prototype);
1167 registerWrapper(OriginalEvent, GenericEvent, new OriginalEvent("temp"));
1169 registerWrapper(OriginalEvent, GenericEvent, document.createEvent(name));
1172 return GenericEvent;
1162 GenericEvent.prototype = Object.create(SuperEvent.prototype); class

Completed in 243 milliseconds