Home
last modified time | relevance | path

Searched refs:HTMLAreaElement (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/tests/lib/
Dreact16.d.ts2100 area: DetailedHTMLFactory<AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
2522 … area: React.DetailedHTMLProps<React.AreaHTMLAttributes<HTMLAreaElement>, HTMLAreaElement>;
Dreact.d.ts2143 area: HTMLFactory<HTMLAreaElement>;
2376 area: React.HTMLProps<HTMLAreaElement>;
Dlib.d.ts6163 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/
DglobalThisBlockscopedProperties.types67 …| "HTMLAllCollection" | "HTMLAnchorElement" | "HTMLAppletElement" | "HTMLAreaElement" | "HTMLAudio…
DmappedTypeRecursiveInference.types100 …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/
Dhtml.idl684 interface HTMLAreaElement : HTMLElement {
697 HTMLAreaElement includes HTMLHyperlinkElementUtils;
2376 partial interface HTMLAreaElement {
/third_party/typescript/lib/
Dlib.dom.d.ts4611 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/
Ddom.generated.d.ts4591 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/
Dstylo.hpp136433 HTMLAreaElement, enumerator
137220 HTMLAreaElement, enumerator
139412 struct PrototypeTraits<prototypes::id::HTMLAreaElement>