Home
last modified time | relevance | path

Searched refs:aStreamCaptureType (Results 1 – 9 of 9) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLMediaElement.h999 StreamCaptureType aStreamCaptureType, MediaTrackGraph* aGraph);
H A DHTMLMediaElement.cpp3784 StreamCaptureBehavior aFinishBehavior, StreamCaptureType aStreamCaptureType, in CaptureStreamInternal() argument
3786 MOZ_ASSERT(CanBeCaptured(aStreamCaptureType)); in CaptureStreamInternal()
3807 aStreamCaptureType == StreamCaptureType::CAPTURE_AUDIO, in CaptureStreamInternal()
3833 if (aStreamCaptureType == StreamCaptureType::CAPTURE_AUDIO) { in CaptureStreamInternal()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLMediaElement.h924 StreamCaptureType aStreamCaptureType, MediaTrackGraph* aGraph);
H A DHTMLMediaElement.cpp3740 StreamCaptureBehavior aFinishBehavior, StreamCaptureType aStreamCaptureType, in CaptureStreamInternal() argument
3742 MOZ_ASSERT(CanBeCaptured(aStreamCaptureType)); in CaptureStreamInternal()
3763 aStreamCaptureType == StreamCaptureType::CAPTURE_AUDIO, in CaptureStreamInternal()
3785 if (aStreamCaptureType == StreamCaptureType::CAPTURE_AUDIO) { in CaptureStreamInternal()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLMediaElement.h1004 StreamCaptureType aStreamCaptureType, MediaTrackGraph* aGraph);
H A DHTMLMediaElement.cpp3799 StreamCaptureBehavior aFinishBehavior, StreamCaptureType aStreamCaptureType, in CaptureStreamInternal() argument
3801 MOZ_ASSERT(CanBeCaptured(aStreamCaptureType)); in CaptureStreamInternal()
3822 aStreamCaptureType == StreamCaptureType::CAPTURE_AUDIO, in CaptureStreamInternal()
3848 if (aStreamCaptureType == StreamCaptureType::CAPTURE_AUDIO) { in CaptureStreamInternal()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLMediaElement.h999 StreamCaptureType aStreamCaptureType, MediaTrackGraph* aGraph);
H A DHTMLMediaElement.cpp3784 StreamCaptureBehavior aFinishBehavior, StreamCaptureType aStreamCaptureType, in CaptureStreamInternal() argument
3786 MOZ_ASSERT(CanBeCaptured(aStreamCaptureType)); in CaptureStreamInternal()
3807 aStreamCaptureType == StreamCaptureType::CAPTURE_AUDIO, in CaptureStreamInternal()
3833 if (aStreamCaptureType == StreamCaptureType::CAPTURE_AUDIO) { in CaptureStreamInternal()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLMediaElement.cpp3225 StreamCaptureBehavior aFinishBehavior, StreamCaptureType aStreamCaptureType, in CaptureStreamInternal() argument
3228 MOZ_ASSERT(CanBeCaptured(aStreamCaptureType)); in CaptureStreamInternal()
3249 aStreamCaptureType == StreamCaptureType::CAPTURE_AUDIO; in CaptureStreamInternal()
3251 if (aStreamCaptureType == StreamCaptureType::CAPTURE_AUDIO) { in CaptureStreamInternal()