Searched refs:HTMLTextAreaElement (Results 1 – 10 of 10) sorted by relevance
| /third_party/qrcodegen/typescript-javascript/ |
| D | qrcodegen-input-demo.ts | 56 const svgXml = getElem("svg-xml-output") as HTMLTextAreaElement; 79 const text: string = (getElem("text-input") as HTMLTextAreaElement).value;
|
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 2197 … textarea: DetailedHTMLFactory<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>; 2620 …a: React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>;
|
| D | react.d.ts | 2240 textarea: HTMLFactory<HTMLTextAreaElement>; 2472 textarea: React.HTMLProps<HTMLTextAreaElement>;
|
| D | lib.d.ts | 6251 createElement(tagName: "textarea"): HTMLTextAreaElement; 6554 getElementsByTagName(tagname: "textarea"): NodeListOf<HTMLTextAreaElement>; 7007 getElementsByTagName(name: "textarea"): NodeListOf<HTMLTextAreaElement>; 10615 interface HTMLTextAreaElement extends HTMLElement { interface 10718 declare var HTMLTextAreaElement: { variable 10719 prototype: HTMLTextAreaElement; 10720 new(): HTMLTextAreaElement;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | globalThisBlockscopedProperties.types | 67 …RowElement" | "HTMLTableSectionElement" | "HTMLTemplateElement" | "HTMLTextAreaElement" | "HTMLTim…
|
| D | mappedTypeRecursiveInference.types | 100 …ment: any; HTMLTableSectionElement: any; HTMLTemplateElement: any; HTMLTextAreaElement: any; HTMLT… 102 …ment: any; HTMLTableSectionElement: any; HTMLTemplateElement: any; HTMLTextAreaElement: any; HTMLT… 108 …ment: any; HTMLTableSectionElement: any; HTMLTemplateElement: any; HTMLTextAreaElement: any; HTMLT… 110 …ment: any; HTMLTableSectionElement: any; HTMLTemplateElement: any; HTMLTextAreaElement: any; HTMLT…
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 8837 interface HTMLTextAreaElement extends HTMLElement { interface 8936 …ner<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLTextAreaElement, ev: HTMLEl… 8938 …ner<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLTextAreaElement, ev: HTMLEl… 8942 declare var HTMLTextAreaElement: { variable 8943 prototype: HTMLTextAreaElement; 8944 new(): HTMLTextAreaElement; 19505 "textarea": HTMLTextAreaElement;
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 8817 interface HTMLTextAreaElement extends HTMLElement { interface 8916 …ner<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLTextAreaElement, ev: HTMLEl… 8918 …ner<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLTextAreaElement, ev: HTMLEl… 8922 declare var HTMLTextAreaElement: { variable 8923 prototype: HTMLTextAreaElement; 8924 new(): HTMLTextAreaElement; 19485 "textarea": HTMLTextAreaElement;
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | html.idl | 963 interface HTMLTextAreaElement : HTMLElement {
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136501 HTMLTextAreaElement, enumerator 137288 HTMLTextAreaElement, enumerator 139956 struct PrototypeTraits<prototypes::id::HTMLTextAreaElement>
|