Searched refs:HTMLScriptElement (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 2183 script: DetailedHTMLFactory<ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>; 2606 … script: React.DetailedHTMLProps<React.ScriptHTMLAttributes<HTMLScriptElement>, HTMLScriptElement>;
|
| D | lib.d.ts | 6238 createElement(tagName: "script"): HTMLScriptElement; 6534 getElementsByTagName(tagname: "script"): NodeListOf<HTMLScriptElement>; 6987 getElementsByTagName(name: "script"): NodeListOf<HTMLScriptElement>; 10149 interface HTMLScriptElement extends HTMLElement { interface 10181 declare var HTMLScriptElement: { variable 10182 prototype: HTMLScriptElement; 10183 new(): HTMLScriptElement;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | globalThisBlockscopedProperties.types | 67 … | "HTMLPreElement" | "HTMLProgressElement" | "HTMLQuoteElement" | "HTMLScriptElement" | "HTMLSele…
|
| D | mappedTypeRecursiveInference.types | 100 …MLPreElement: any; HTMLProgressElement: any; HTMLQuoteElement: any; HTMLScriptElement: any; HTMLSe… 102 …MLPreElement: any; HTMLProgressElement: any; HTMLQuoteElement: any; HTMLScriptElement: any; HTMLSe… 108 …MLPreElement: any; HTMLProgressElement: any; HTMLQuoteElement: any; HTMLScriptElement: any; HTMLSe… 110 …MLPreElement: any; HTMLProgressElement: any; HTMLQuoteElement: any; HTMLScriptElement: any; HTMLSe…
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | html.idl | 46 typedef (HTMLScriptElement or SVGScriptElement) HTMLOrSVGScriptElement; 1138 interface HTMLScriptElement : HTMLElement { 2533 partial interface HTMLScriptElement {
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 4642 readonly scripts: HTMLCollectionOf<HTMLScriptElement>; 8253 interface HTMLScriptElement extends HTMLElement { interface 8290 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLScriptElement, ev: HTMLEle… 8292 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLScriptElement, ev: HTMLEle… 8296 declare var HTMLScriptElement: { variable 8297 prototype: HTMLScriptElement; 8298 new(): HTMLScriptElement; 19489 "script": HTMLScriptElement; 20038 type HTMLOrSVGScriptElement = HTMLScriptElement | SVGScriptElement;
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 4622 readonly scripts: HTMLCollectionOf<HTMLScriptElement>; 8233 interface HTMLScriptElement extends HTMLElement { interface 8270 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLScriptElement, ev: HTMLEle… 8272 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLScriptElement, ev: HTMLEle… 8276 declare var HTMLScriptElement: { variable 8277 prototype: HTMLScriptElement; 8278 new(): HTMLScriptElement; 19469 "script": HTMLScriptElement; 20018 type HTMLOrSVGScriptElement = HTMLScriptElement | SVGScriptElement;
|
| /third_party/freetype/docs/reference/assets/javascripts/workers/ |
| D | search.477d984a.min.js.map | 4 …ameWorker\" in parent) {\n const worker = document.querySelector<HTMLScriptElement>(\"script[sr…
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136488 HTMLScriptElement, enumerator 137275 HTMLScriptElement, enumerator 139852 struct PrototypeTraits<prototypes::id::HTMLScriptElement>
|