Searched refs:HTMLParamElement (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 2173 param: DetailedHTMLFactory<ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>; 2596 … param: React.DetailedHTMLProps<React.ParamHTMLAttributes<HTMLParamElement>, HTMLParamElement>;
|
| D | react.d.ts | 2216 param: HTMLFactory<HTMLParamElement>; 2448 param: React.HTMLProps<HTMLParamElement>;
|
| D | lib.d.ts | 6229 createElement(tagName: "param"): HTMLParamElement; 6519 getElementsByTagName(tagname: "param"): NodeListOf<HTMLParamElement>; 6972 getElementsByTagName(name: "param"): NodeListOf<HTMLParamElement>; 10052 interface HTMLParamElement extends HTMLElement { interface 10071 declare var HTMLParamElement: { variable 10072 prototype: HTMLParamElement; 10073 new(): HTMLParamElement;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | globalThisBlockscopedProperties.types | 67 …ptionsCollection" | "HTMLOutputElement" | "HTMLParagraphElement" | "HTMLParamElement" | "HTMLPictu…
|
| D | mappedTypeRecursiveInference.types | 100 …Collection: any; HTMLOutputElement: any; HTMLParagraphElement: any; HTMLParamElement: any; HTMLPic… 102 …Collection: any; HTMLOutputElement: any; HTMLParagraphElement: any; HTMLParamElement: any; HTMLPic… 108 …Collection: any; HTMLOutputElement: any; HTMLParagraphElement: any; HTMLParamElement: any; HTMLPic… 110 …Collection: any; HTMLOutputElement: any; HTMLParagraphElement: any; HTMLParamElement: any; HTMLPic…
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | html.idl | 446 interface HTMLParamElement : HTMLElement { 2520 partial interface HTMLParamElement {
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 8148 interface HTMLParamElement extends HTMLElement { interface 8167 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLParamElement, ev: HTMLElem… 8169 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLParamElement, ev: HTMLElem… 8173 declare var HTMLParamElement: { variable 8174 prototype: HTMLParamElement; 8175 new(): HTMLParamElement; 19479 "param": HTMLParamElement;
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 8128 interface HTMLParamElement extends HTMLElement { interface 8147 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLParamElement, ev: HTMLElem… 8149 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLParamElement, ev: HTMLElem… 8153 declare var HTMLParamElement: { variable 8154 prototype: HTMLParamElement; 8155 new(): HTMLParamElement; 19459 "param": HTMLParamElement;
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136483 HTMLParamElement, enumerator 137270 HTMLParamElement, enumerator 139812 struct PrototypeTraits<prototypes::id::HTMLParamElement>
|