Home
last modified time | relevance | path

Searched defs:HTMLShadowElement (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
H A DShadowDOM.js2859 function HTMLShadowElement(node) { class
2862 HTMLShadowElement.prototype = Object.create(HTMLElement.prototype); class
H A Dwebcomponents.js2884 function HTMLShadowElement(node) { class
2887 HTMLShadowElement.prototype = Object.create(HTMLElement.prototype); class