Home
last modified time | relevance | path

Searched refs:HTMLMenuElement (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …t" | "HTMLMapElement" | "HTMLMarqueeElement" | "HTMLMediaElement" | "HTMLMenuElement" | "HTMLMetaE…
DmappedTypeRecursiveInference.types100 …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/
Dlib.d.ts6220 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/
Dhtml.idl266 interface HTMLMenuElement : HTMLElement {
2490 partial interface HTMLMenuElement {
/third_party/typescript/lib/
Dlib.dom.d.ts7783 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/
Ddom.generated.d.ts7763 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/
Dstylo.hpp136471 HTMLMenuElement, enumerator
137258 HTMLMenuElement, enumerator
139716 struct PrototypeTraits<prototypes::id::HTMLMenuElement>