Searched refs:makeBaseEvent (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
D | polymer.min.js | 11 …makeBaseEvent:function(a,b){var c=document.createEvent("Event");return c.initEvent(a,b.bubbles||!1… method
|
D | polymer.js | 359 makeBaseEvent: function(inType, inDict) { method 368 var e = this.makeBaseEvent(inType, inDict); 380 var e = this.makeBaseEvent(inType, inDict);
|
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
D | polymer.js | 359 makeBaseEvent: function(inType, inDict) { method 368 var e = this.makeBaseEvent(inType, inDict); 380 var e = this.makeBaseEvent(inType, inDict);
|
D | polymer.min.js | 11 …makeBaseEvent:function(a,b){var c=document.createEvent("Event");return c.initEvent(a,b.bubbles||!1… method
|