Searched defs:isIE11OrOlder (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/catapult/firefighter/default/tracing/third_party/components/webcomponentsjs/
H A DCustomElements.js573 var isIE11OrOlder = /Trident/.test(navigator.userAgent); variable
617 if (isIE11OrOlder && typeof window.CustomEvent !== "function") {
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DCustomElements.js573 var isIE11OrOlder = /Trident/.test(navigator.userAgent); variable
617 if (isIE11OrOlder && typeof window.CustomEvent !== "function") {
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
H A DCustomElements.js573 var isIE11OrOlder = /Trident/.test(navigator.userAgent); variable
617 if (isIE11OrOlder && typeof window.CustomEvent !== "function") {

Completed in 1200 milliseconds