Home
last modified time | relevance | path

Searched refs:HTMLAudioElement (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/lib/
Dreact16.d.ts2103 audio: DetailedHTMLFactory<AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
2525 … audio: React.DetailedHTMLProps<React.AudioHTMLAttributes<HTMLAudioElement>, HTMLAudioElement>;
Dreact.d.ts2146 audio: HTMLFactory<HTMLAudioElement>;
2379 audio: React.HTMLProps<HTMLAudioElement>;
Dlib.d.ts6164 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/
DglobalThisBlockscopedProperties.types67 … | "HTMLAnchorElement" | "HTMLAppletElement" | "HTMLAreaElement" | "HTMLAudioElement" | "HTMLBREle…
DmappedTypeRecursiveInference.types100 …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/
Dlib.dom.d.ts6312 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/
Ddom.generated.d.ts6292 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/
Dhtml.idl467 interface HTMLAudioElement : HTMLMediaElement {
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp136434 HTMLAudioElement, enumerator
137221 HTMLAudioElement, enumerator
139420 struct PrototypeTraits<prototypes::id::HTMLAudioElement>
/third_party/chromium/patch/
D0003-ohos-1115.patch77551 + return IsA<HTMLVideoElement>(node) || IsA<HTMLAudioElement>(node) ||