Searched refs:HTMLMapElement (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 2159 map: DetailedHTMLFactory<MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>; 2581 … map: React.DetailedHTMLProps<React.MapHTMLAttributes<HTMLMapElement>, HTMLMapElement>;
|
| D | react.d.ts | 2202 map: HTMLFactory<HTMLMapElement>; 2434 map: React.HTMLProps<HTMLMapElement>;
|
| D | lib.d.ts | 6218 createElement(tagName: "map"): HTMLMapElement; 6501 getElementsByTagName(tagname: "map"): NodeListOf<HTMLMapElement>; 6954 getElementsByTagName(name: "map"): NodeListOf<HTMLMapElement>; 9334 interface HTMLMapElement extends HTMLElement { interface 9345 declare var HTMLMapElement: { variable 9346 prototype: HTMLMapElement; 9347 new(): HTMLMapElement;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | globalThisBlockscopedProperties.types | 67 …t" | "HTMLLabelElement" | "HTMLLegendElement" | "HTMLLinkElement" | "HTMLMapElement" | "HTMLMarque…
|
| D | mappedTypeRecursiveInference.types | 100 …HTMLLabelElement: any; HTMLLegendElement: any; HTMLLinkElement: any; HTMLMapElement: any; HTMLMarq… 102 …HTMLLabelElement: any; HTMLLegendElement: any; HTMLLinkElement: any; HTMLMapElement: any; HTMLMarq… 108 …HTMLLabelElement: any; HTMLLegendElement: any; HTMLLinkElement: any; HTMLMapElement: any; HTMLMarq… 110 …HTMLLabelElement: any; HTMLLegendElement: any; HTMLLinkElement: any; HTMLMapElement: any; HTMLMarq…
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 7569 interface HTMLMapElement extends HTMLElement { interface 7578 …addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLMapElement, ev… 7580 …tener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLMapElement, ev: HTMLEleme… 7584 declare var HTMLMapElement: { variable 7585 prototype: HTMLMapElement; 7586 new(): HTMLMapElement; 19465 "map": HTMLMapElement;
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 7549 interface HTMLMapElement extends HTMLElement { interface 7558 …addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLMapElement, ev… 7560 …tener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLMapElement, ev: HTMLEleme… 7564 declare var HTMLMapElement: { variable 7565 prototype: HTMLMapElement; 7566 new(): HTMLMapElement; 19445 "map": HTMLMapElement;
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | html.idl | 676 interface HTMLMapElement : HTMLElement {
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136469 HTMLMapElement, enumerator 137256 HTMLMapElement, enumerator 139700 struct PrototypeTraits<prototypes::id::HTMLMapElement>
|