Searched refs:HTMLAreaElement (Results 1 – 9 of 9) sorted by relevance
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 2100 area: DetailedHTMLFactory<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>; 2522 … area: React.DetailedHTMLProps<React.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
|
| D | react.d.ts | 2143 area: HTMLFactory<HTMLAreaElement>; 2376 area: React.HTMLProps<HTMLAreaElement>;
|
| D | lib.d.ts | 6163 createElement(tagName: "area"): HTMLAreaElement; 6404 getElementsByTagName(tagname: "area"): NodeListOf<HTMLAreaElement>; 6857 getElementsByTagName(name: "area"): NodeListOf<HTMLAreaElement>; 7432 interface HTMLAreaElement extends HTMLElement { interface 7492 declare var HTMLAreaElement: { variable 7493 prototype: HTMLAreaElement; 7494 new(): HTMLAreaElement;
|
| /third_party/typescript/tests/baselines/reference/ |
| D | globalThisBlockscopedProperties.types | 67 …| "HTMLAllCollection" | "HTMLAnchorElement" | "HTMLAppletElement" | "HTMLAreaElement" | "HTMLAudio…
|
| D | mappedTypeRecursiveInference.types | 100 …LAllCollection: any; HTMLAnchorElement: any; HTMLAppletElement: any; HTMLAreaElement: any; HTMLAud… 102 …LAllCollection: any; HTMLAnchorElement: any; HTMLAppletElement: any; HTMLAreaElement: any; HTMLAud… 108 …LAllCollection: any; HTMLAnchorElement: any; HTMLAppletElement: any; HTMLAreaElement: any; HTMLAud… 110 …LAllCollection: any; HTMLAnchorElement: any; HTMLAppletElement: any; HTMLAreaElement: any; HTMLAud…
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | html.idl | 684 interface HTMLAreaElement : HTMLElement { 697 HTMLAreaElement includes HTMLHyperlinkElementUtils; 2376 partial interface HTMLAreaElement {
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 4611 readonly links: HTMLCollectionOf<HTMLAnchorElement | HTMLAreaElement>; 6273 interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils { interface 6300 …addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLAreaElement, e… 6302 …tener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLAreaElement, ev: HTMLElem… 6306 declare var HTMLAreaElement: { variable 6307 prototype: HTMLAreaElement; 6308 new(): HTMLAreaElement; 19403 "area": HTMLAreaElement;
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 4591 readonly links: HTMLCollectionOf<HTMLAnchorElement | HTMLAreaElement>; 6253 interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils { interface 6280 …addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLAreaElement, e… 6282 …tener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLAreaElement, ev: HTMLElem… 6286 declare var HTMLAreaElement: { variable 6287 prototype: HTMLAreaElement; 6288 new(): HTMLAreaElement; 19383 "area": HTMLAreaElement;
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136433 HTMLAreaElement, enumerator 137220 HTMLAreaElement, enumerator 139412 struct PrototypeTraits<prototypes::id::HTMLAreaElement>
|