Home
last modified time | relevance | path

Searched refs:HTMLAppletElement (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …cationPositionError" | "HTMLAllCollection" | "HTMLAnchorElement" | "HTMLAppletElement" | "HTMLArea…
DmappedTypeRecursiveInference.types100 …PositionError: any; HTMLAllCollection: any; HTMLAnchorElement: any; HTMLAppletElement: any; HTMLAr…
102 …PositionError: any; HTMLAllCollection: any; HTMLAnchorElement: any; HTMLAppletElement: any; HTMLAr…
108 …PositionError: any; HTMLAllCollection: any; HTMLAnchorElement: any; HTMLAppletElement: any; HTMLAr…
110 …PositionError: any; HTMLAllCollection: any; HTMLAnchorElement: any; HTMLAppletElement: any; HTMLAr…
/third_party/typescript/tests/lib/
Dlib.d.ts6162 createElement(tagName: "applet"): HTMLAppletElement;
6403 getElementsByTagName(tagname: "applet"): NodeListOf<HTMLAppletElement>;
6856 getElementsByTagName(name: "applet"): NodeListOf<HTMLAppletElement>;
7360 interface HTMLAppletElement extends HTMLElement { interface
7427 declare var HTMLAppletElement: { variable
7428 prototype: HTMLAppletElement;
7429 new(): HTMLAppletElement;
/third_party/typescript/lib/
Dlib.dom.d.ts4498 readonly applets: HTMLCollectionOf<HTMLAppletElement>;
6222 interface HTMLAppletElement extends HTMLElement { interface
6261 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLAppletElement, ev: HTMLEle…
6263 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLAppletElement, ev: HTMLEle…
6267 declare var HTMLAppletElement: { variable
6268 prototype: HTMLAppletElement;
6269 new(): HTMLAppletElement;
19402 "applet": HTMLAppletElement;
/third_party/typescript/src/lib/
Ddom.generated.d.ts4478 readonly applets: HTMLCollectionOf<HTMLAppletElement>;
6202 interface HTMLAppletElement extends HTMLElement { interface
6241 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLAppletElement, ev: HTMLEle…
6243 …ener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLAppletElement, ev: HTMLEle…
6247 declare var HTMLAppletElement: { variable
6248 prototype: HTMLAppletElement;
6249 new(): HTMLAppletElement;
19382 "applet": HTMLAppletElement;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136432 HTMLAppletElement, enumerator
137219 HTMLAppletElement, enumerator
139404 struct PrototypeTraits<prototypes::id::HTMLAppletElement>