Searched refs:HTMLMenuElement (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | globalThisBlockscopedProperties.types | 67 …t" | "HTMLMapElement" | "HTMLMarqueeElement" | "HTMLMediaElement" | "HTMLMenuElement" | "HTMLMetaE…
|
| D | mappedTypeRecursiveInference.types | 100 …HTMLMapElement: any; HTMLMarqueeElement: any; HTMLMediaElement: any; HTMLMenuElement: any; HTMLMet… 102 …HTMLMapElement: any; HTMLMarqueeElement: any; HTMLMediaElement: any; HTMLMenuElement: any; HTMLMet… 108 …HTMLMapElement: any; HTMLMarqueeElement: any; HTMLMediaElement: any; HTMLMenuElement: any; HTMLMet… 110 …HTMLMapElement: any; HTMLMarqueeElement: any; HTMLMediaElement: any; HTMLMenuElement: any; HTMLMet…
|
| /third_party/typescript/tests/lib/ |
| D | lib.d.ts | 6220 createElement(tagName: "menu"): HTMLMenuElement; 6506 getElementsByTagName(tagname: "menu"): NodeListOf<HTMLMenuElement>; 6959 getElementsByTagName(name: "menu"): NodeListOf<HTMLMenuElement>; 9763 interface HTMLMenuElement extends HTMLElement { interface 9768 declare var HTMLMenuElement: { variable 9769 prototype: HTMLMenuElement; 9770 new(): HTMLMenuElement;
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | html.idl | 266 interface HTMLMenuElement : HTMLElement { 2490 partial interface HTMLMenuElement {
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 7783 interface HTMLMenuElement extends HTMLElement { interface 7786 …addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLMenuElement, e… 7788 …tener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLMenuElement, ev: HTMLElem… 7792 declare var HTMLMenuElement: { variable 7793 prototype: HTMLMenuElement; 7794 new(): HTMLMenuElement; 19468 "menu": HTMLMenuElement;
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 7763 interface HTMLMenuElement extends HTMLElement { interface 7766 …addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLMenuElement, e… 7768 …tener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLMenuElement, ev: HTMLElem… 7772 declare var HTMLMenuElement: { variable 7773 prototype: HTMLMenuElement; 7774 new(): HTMLMenuElement; 19448 "menu": HTMLMenuElement;
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136471 HTMLMenuElement, enumerator 137258 HTMLMenuElement, enumerator 139716 struct PrototypeTraits<prototypes::id::HTMLMenuElement>
|