HomeSort by relevance Sort by last modified time
    Searched defs:CustomEvent (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
CustomElements.js 612 document.dispatchEvent(new CustomEvent("WebComponentsReady", {
617 if (isIE11OrOlder && typeof window.CustomEvent !== "function") {
618 window.CustomEvent = function(inType, params) {
620 var e = document.createEvent("CustomEvent");
624 window.CustomEvent.prototype = window.Event.prototype;
  /external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
CustomElements.js 612 document.dispatchEvent(new CustomEvent("WebComponentsReady", {
617 if (isIE11OrOlder && typeof window.CustomEvent !== "function") {
618 window.CustomEvent = function(inType, params) {
620 var e = document.createEvent("CustomEvent");
624 window.CustomEvent.prototype = window.Event.prototype;

Completed in 155 milliseconds