Home
last modified time | relevance | path

Searched refs:HTMLFormElement (Results 1 – 12 of 12) sorted by relevance

/third_party/typescript_eslint/packages/scope-manager/src/lib/
Ddom.iterable.ts110 HTMLFormElement: {
Ddom.ts3110 HTMLFormElement: {
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl430 readonly attribute HTMLFormElement? form;
771 interface HTMLFormElement : HTMLElement {
802 readonly attribute HTMLFormElement? form;
818 readonly attribute HTMLFormElement? form;
874 readonly attribute HTMLFormElement? form;
900 readonly attribute HTMLFormElement? form;
952 readonly attribute HTMLFormElement? form;
970 readonly attribute HTMLFormElement? form;
1008 readonly attribute HTMLFormElement? form;
1053 readonly attribute HTMLFormElement? form;
[all …]
/third_party/typescript/lib/
Dlib.dom.iterable.d.ts108 interface HTMLFormElement { interface
Dlib.dom.d.ts4575 readonly forms: HTMLCollectionOf<HTMLFormElement>;
5632 new(form?: HTMLFormElement): FormData;
6242 readonly form: HTMLFormElement | null;
6423 readonly form: HTMLFormElement | null;
6750 readonly form: HTMLFormElement | null;
6824 interface HTMLFormElement extends HTMLElement { interface
6882 …addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLFormElement, e…
6884 …tener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLFormElement, ev: HTMLElem…
6890 declare var HTMLFormElement: { variable
6891 prototype: HTMLFormElement;
[all …]
/third_party/typescript/src/lib/
Ddom.iterable.generated.d.ts88 interface HTMLFormElement { interface
Ddom.generated.d.ts4555 readonly forms: HTMLCollectionOf<HTMLFormElement>;
5612 new(form?: HTMLFormElement): FormData;
6222 readonly form: HTMLFormElement | null;
6403 readonly form: HTMLFormElement | null;
6730 readonly form: HTMLFormElement | null;
6804 interface HTMLFormElement extends HTMLElement { interface
6862 …addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLFormElement, e…
6864 …tener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLFormElement, ev: HTMLElem…
6870 declare var HTMLFormElement: { variable
6871 prototype: HTMLFormElement;
[all …]
/third_party/typescript/tests/lib/
Dlib.d.ts6193 createElement(tagName: "form"): HTMLFormElement;
6470 getElementsByTagName(tagname: "form"): NodeListOf<HTMLFormElement>;
6923 getElementsByTagName(name: "form"): NodeListOf<HTMLFormElement>;
7208 new (form?: HTMLFormElement): FormData;
7400 form: HTMLFormElement;
7748 form: HTMLFormElement;
8217 form: HTMLFormElement;
8259 interface HTMLFormElement extends HTMLElement { interface
8329 declare var HTMLFormElement: { variable
8330 prototype: HTMLFormElement;
[all …]
Dreact16.d.ts2135 form: DetailedHTMLFactory<FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>;
2557 … form: React.DetailedHTMLProps<React.FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>;
Dreact.d.ts2178 form: HTMLFactory<HTMLFormElement>;
2411 form: React.HTMLProps<HTMLFormElement>;
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …eldSetElement" | "HTMLFontElement" | "HTMLFormControlsCollection" | "HTMLFormElement" | "HTMLFrame…
DmappedTypeRecursiveInference.types100 …Element: any; HTMLFontElement: any; HTMLFormControlsCollection: any; HTMLFormElement: any; HTMLFra…
102 …Element: any; HTMLFontElement: any; HTMLFormControlsCollection: any; HTMLFormElement: any; HTMLFra…
108 …Element: any; HTMLFontElement: any; HTMLFormControlsCollection: any; HTMLFormElement: any; HTMLFra…
110 …Element: any; HTMLFontElement: any; HTMLFormControlsCollection: any; HTMLFormElement: any; HTMLFra…