Searched refs:HTMLAudioElement (Results 1 – 10 of 10) sorted by relevance
| /third_party/typescript/tests/lib/ |
| D | react16.d.ts | 2103 audio: DetailedHTMLFactory<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>; 2525 … audio: React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
|
| D | react.d.ts | 2146 audio: HTMLFactory<HTMLAudioElement>; 2379 audio: React.HTMLProps<HTMLAudioElement>;
|
| D | lib.d.ts | 6164 createElement(tagName: "audio"): HTMLAudioElement; 6407 getElementsByTagName(tagname: "audio"): NodeListOf<HTMLAudioElement>; 6860 getElementsByTagName(name: "audio"): NodeListOf<HTMLAudioElement>; 7513 interface HTMLAudioElement extends HTMLMediaElement { interface 7516 declare var HTMLAudioElement: { variable 7517 prototype: HTMLAudioElement; 7518 new(): HTMLAudioElement; 16718 declare var Audio: {new(src?: string): HTMLAudioElement; };
|
| /third_party/typescript/tests/baselines/reference/ |
| D | globalThisBlockscopedProperties.types | 67 … | "HTMLAnchorElement" | "HTMLAppletElement" | "HTMLAreaElement" | "HTMLAudioElement" | "HTMLBREle…
|
| D | mappedTypeRecursiveInference.types | 100 …MLAnchorElement: any; HTMLAppletElement: any; HTMLAreaElement: any; HTMLAudioElement: any; HTMLBRE… 102 …MLAnchorElement: any; HTMLAppletElement: any; HTMLAreaElement: any; HTMLAudioElement: any; HTMLBRE… 108 …MLAnchorElement: any; HTMLAppletElement: any; HTMLAreaElement: any; HTMLAudioElement: any; HTMLBRE… 110 …MLAnchorElement: any; HTMLAppletElement: any; HTMLAreaElement: any; HTMLAudioElement: any; HTMLBRE…
|
| /third_party/typescript/lib/ |
| D | lib.dom.d.ts | 6312 interface HTMLAudioElement extends HTMLMediaElement { interface 6313 …K extends keyof HTMLMediaElementEventMap>(type: K, listener: (this: HTMLAudioElement, ev: HTMLMedi… 6315 …K extends keyof HTMLMediaElementEventMap>(type: K, listener: (this: HTMLAudioElement, ev: HTMLMedi… 6319 declare var HTMLAudioElement: { variable 6320 prototype: HTMLAudioElement; 6321 new(): HTMLAudioElement; 19406 "audio": HTMLAudioElement; 19589 new(src?: string): HTMLAudioElement;
|
| /third_party/typescript/src/lib/ |
| D | dom.generated.d.ts | 6292 interface HTMLAudioElement extends HTMLMediaElement { interface 6293 …K extends keyof HTMLMediaElementEventMap>(type: K, listener: (this: HTMLAudioElement, ev: HTMLMedi… 6295 …K extends keyof HTMLMediaElementEventMap>(type: K, listener: (this: HTMLAudioElement, ev: HTMLMedi… 6299 declare var HTMLAudioElement: { variable 6300 prototype: HTMLAudioElement; 6301 new(): HTMLAudioElement; 19386 "audio": HTMLAudioElement; 19569 new(src?: string): HTMLAudioElement;
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | html.idl | 467 interface HTMLAudioElement : HTMLMediaElement {
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 136434 HTMLAudioElement, enumerator 137221 HTMLAudioElement, enumerator 139420 struct PrototypeTraits<prototypes::id::HTMLAudioElement>
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 77551 + return IsA<HTMLVideoElement>(node) || IsA<HTMLAudioElement>(node) ||
|