Searched refs:HTMLAppletElement (Results 1 – 6 of 6) sorted by relevance
| /third_party/typescript/tests/baselines/reference/ |
| D | globalThisBlockscopedProperties.types | 67 …cationPositionError" | "HTMLAllCollection" | "HTMLAnchorElement" | "HTMLAppletElement" | "HTMLArea…
|
| D | mappedTypeRecursiveInference.types | 100 …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/ |
| D | lib.d.ts | 6162 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/ |
| D | lib.dom.d.ts | 4498 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/ |
| D | dom.generated.d.ts | 4478 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/ |
| D | stylo.hpp | 136432 HTMLAppletElement, enumerator 137219 HTMLAppletElement, enumerator 139404 struct PrototypeTraits<prototypes::id::HTMLAppletElement>
|