Home
last modified time | relevance | path

Searched refs:SVGScriptElement (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 … "SVGRadialGradientElement" | "SVGRectElement" | "SVGSVGElement" | "SVGScriptElement" | "SVGStopEl…
DmappedTypeRecursiveInference.types100 …adialGradientElement: any; SVGRectElement: any; SVGSVGElement: any; SVGScriptElement: any; SVGStop…
102 …adialGradientElement: any; SVGRectElement: any; SVGSVGElement: any; SVGScriptElement: any; SVGStop…
108 …adialGradientElement: any; SVGRectElement: any; SVGSVGElement: any; SVGScriptElement: any; SVGStop…
110 …adialGradientElement: any; SVGRectElement: any; SVGSVGElement: any; SVGScriptElement: any; SVGStop…
/third_party/typescript/lib/
Dlib.dom.d.ts14492 interface SVGScriptElement extends SVGElement, SVGURIReference { interface
14494 …addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGScriptElement, e…
14496 …tener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGScriptElement, ev: SVGEleme…
14500 declare var SVGScriptElement: { variable
14501 prototype: SVGScriptElement;
14502 new(): SVGScriptElement;
19571 "script": SVGScriptElement;
20038 type HTMLOrSVGScriptElement = HTMLScriptElement | SVGScriptElement;
/third_party/typescript/src/lib/
Ddom.generated.d.ts14472 interface SVGScriptElement extends SVGElement, SVGURIReference { interface
14474 …addEventListener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGScriptElement, e…
14476 …tener<K extends keyof SVGElementEventMap>(type: K, listener: (this: SVGScriptElement, ev: SVGEleme…
14480 declare var SVGScriptElement: { variable
14481 prototype: SVGScriptElement;
14482 new(): SVGScriptElement;
19551 "script": SVGScriptElement;
20018 type HTMLOrSVGScriptElement = HTMLScriptElement | SVGScriptElement;
/third_party/typescript/tests/lib/
Dlib.d.ts6314 …ateElementNS(namespaceURI: "http://www.w3.org/2000/svg", qualifiedName: "script"): SVGScriptElement
14043 interface SVGScriptElement extends SVGElement, SVGExternalResourcesRequired, SVGURIReference { interface
14048 declare var SVGScriptElement: { variable
14049 prototype: SVGScriptElement;
14050 new(): SVGScriptElement;
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl46 typedef (HTMLScriptElement or SVGScriptElement) HTMLOrSVGScriptElement;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136788 SVGScriptElement, enumerator
137558 SVGScriptElement, enumerator
142252 struct PrototypeTraits<prototypes::id::SVGScriptElement>