Searched refs:CustomEvent (Results 1 – 12 of 12) sorted by relevance
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/ |
D | HTMLImports.js | 448 elt.dispatchEvent(new CustomEvent("load", { 452 elt.dispatchEvent(new CustomEvent("error", { 524 elt.dispatchEvent(new CustomEvent("load", { 745 if (isIE && typeof window.CustomEvent !== "function") { 746 window.CustomEvent = function(inType, params) { class in window 752 window.CustomEvent.prototype = window.Event.prototype;
|
D | HTMLImports.min.js | 11 …CustomEvent("load",{bubbles:!1}):new CustomEvent("error",{bubbles:!1})),e.__pending)for(var t;e.__…
|
D | CustomElements.min.js | 11 …CustomEvent("WebComponentsReady",{bubbles:!0}))})}var o=e.useNative,n=e.initializeModules,r=/Tride…
|
D | CustomElements.js | 612 document.dispatchEvent(new CustomEvent("WebComponentsReady", { 617 if (isIE11OrOlder && typeof window.CustomEvent !== "function") { 618 window.CustomEvent = function(inType, params) { class in window 624 window.CustomEvent.prototype = window.Event.prototype;
|
D | webcomponents-lite.js | 790 elt.dispatchEvent(new CustomEvent("load", { 794 elt.dispatchEvent(new CustomEvent("error", { 866 elt.dispatchEvent(new CustomEvent("load", { 1087 if (isIE && typeof window.CustomEvent !== "function") { 1088 window.CustomEvent = function(inType, params) { class in window 1094 window.CustomEvent.prototype = window.Event.prototype; 1673 document.dispatchEvent(new CustomEvent("WebComponentsReady", { 1678 if (isIE11OrOlder && typeof window.CustomEvent !== "function") { 1679 window.CustomEvent = function(inType, params) { 1685 window.CustomEvent.prototype = window.Event.prototype;
|
D | webcomponents-lite.min.js | 11 …CustomEvent("load",{bubbles:!1}):new CustomEvent("error",{bubbles:!1})),e.__pending)for(var t;e.__…
|
D | webcomponents.js | 1174 var CustomEvent = registerGenericEvent("CustomEvent", Event); 1421 scope.wrappers.CustomEvent = CustomEvent; 5124 elt.dispatchEvent(new CustomEvent("load", { 5128 elt.dispatchEvent(new CustomEvent("error", { 5200 elt.dispatchEvent(new CustomEvent("load", { 5421 if (isIE && typeof window.CustomEvent !== "function") { 5422 window.CustomEvent = function(inType, params) { class in window 5428 window.CustomEvent.prototype = window.Event.prototype; 6007 document.dispatchEvent(new CustomEvent("WebComponentsReady", { 6012 if (isIE11OrOlder && typeof window.CustomEvent !== "function") { [all …]
|
D | webcomponents.min.js | 11 …P,e.wrapEventTargetMethods=H,e.wrappers.BeforeUnloadEvent=_,e.wrappers.CustomEvent=lt,e.wrappers.E… 14 …CustomEvent("WebComponentsReady",{bubbles:!0}))})}var n=e.useNative,r=e.initializeModules,o=/Tride…
|
D | ShadowDOM.js | 1137 var CustomEvent = registerGenericEvent("CustomEvent", Event); 1384 scope.wrappers.CustomEvent = CustomEvent;
|
D | ShadowDOM.min.js | 11 …P,e.wrapEventTargetMethods=H,e.wrappers.BeforeUnloadEvent=O,e.wrappers.CustomEvent=ut,e.wrappers.E…
|
/external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/ |
D | polymer.js | 29 var ev = new CustomEvent('testpath', {bubbles: true}); 3916 new CustomEvent('WebComponentsReady', {bubbles: true}) 4131 new CustomEvent('HTMLImportsLoaded', {bubbles: true}) 9026 var event = new CustomEvent(type, { 11701 new CustomEvent('polymer-ready', {bubbles: true})
|
D | polymer.min.js | 11 …,function(a){a.path&&(b=a.path[0]===e),a.stopPropagation()});var f=new CustomEvent("testpath",{bub… 12 …CustomEvent("WebComponentsReady",{bubbles:!0}))}),ShadowDOMPolyfill=null,wrap=unwrap=function(a){r… 13 …re:function(a,b,c,d,e){var f=c||this,b=null===b||void 0===b?{}:b,g=new CustomEvent(a,{bubbles:void… 14 …document.body.removeAttribute("unresolved"),document.dispatchEvent(new CustomEvent("polymer-ready"…
|