Searched refs:RTCStatsReport (Results 1 – 7 of 7) sorted by relevance
/third_party/typescript/src/lib/ |
D | dom.iterable.generated.d.ts | 182 interface RTCStatsReport extends ReadonlyMap<string, any> { interface
|
D | dom.generated.d.ts | 11371 getStats(selector?: MediaStreamTrack | null): Promise<RTCStatsReport>; 11423 getStats(): Promise<RTCStatsReport>; 11439 getStats(): Promise<RTCStatsReport>; 11499 interface RTCStatsReport { interface 11500 …forEach(callbackfn: (value: any, key: string, parent: RTCStatsReport) => void, thisArg?: any): voi… 11503 declare var RTCStatsReport: { variable 11504 prototype: RTCStatsReport; 11505 new(): RTCStatsReport;
|
/third_party/typescript/lib/ |
D | lib.dom.iterable.d.ts | 202 interface RTCStatsReport extends ReadonlyMap<string, any> { interface
|
D | lib.dom.d.ts | 11391 getStats(selector?: MediaStreamTrack | null): Promise<RTCStatsReport>; 11443 getStats(): Promise<RTCStatsReport>; 11459 getStats(): Promise<RTCStatsReport>; 11519 interface RTCStatsReport { interface 11520 …forEach(callbackfn: (value: any, key: string, parent: RTCStatsReport) => void, thisArg?: any): voi… 11523 declare var RTCStatsReport: { variable 11524 prototype: RTCStatsReport; 11525 new(): RTCStatsReport;
|
/third_party/typescript/tests/baselines/reference/ |
D | globalThisBlockscopedProperties.types | 67 …RTCRtpTransceiver" | "RTCSctpTransport" | "RTCSessionDescription" | "RTCStatsReport" | "RTCTrackEv…
|
D | mappedTypeRecursiveInference.types | 100 …Transceiver: any; RTCSctpTransport: any; RTCSessionDescription: any; RTCStatsReport: any; RTCTrack… 102 …Transceiver: any; RTCSctpTransport: any; RTCSessionDescription: any; RTCStatsReport: any; RTCTrack… 108 …Transceiver: any; RTCSctpTransport: any; RTCSessionDescription: any; RTCStatsReport: any; RTCTrack… 110 …Transceiver: any; RTCSctpTransport: any; RTCSessionDescription: any; RTCStatsReport: any; RTCTrack…
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 136675 RTCStatsReport, enumerator 137446 RTCStatsReport, enumerator 141348 struct PrototypeTraits<prototypes::id::RTCStatsReport>
|