Home
last modified time | relevance | path

Searched refs:shouldHaveTrackSources (Results 1 – 4 of 4) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLMediaElement.cpp3554 const bool shouldHaveTrackSources = mTracksCaptured.Ref() && in UpdateOutputTrackSources() local
3567 } else if (!AudioTracks() || !VideoTracks() || !shouldHaveTrackSources) { in UpdateOutputTrackSources()
3578 if (shouldHaveTrackSources) { in UpdateOutputTrackSources()
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLMediaElement.cpp3569 const bool shouldHaveTrackSources = mTracksCaptured.Ref() && in UpdateOutputTrackSources() local
3582 } else if (!AudioTracks() || !VideoTracks() || !shouldHaveTrackSources) { in UpdateOutputTrackSources()
3593 if (shouldHaveTrackSources) { in UpdateOutputTrackSources()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLMediaElement.cpp3554 const bool shouldHaveTrackSources = mTracksCaptured.Ref() && in UpdateOutputTrackSources() local
3567 } else if (!AudioTracks() || !VideoTracks() || !shouldHaveTrackSources) { in UpdateOutputTrackSources()
3578 if (shouldHaveTrackSources) { in UpdateOutputTrackSources()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLMediaElement.cpp3529 const bool shouldHaveTrackSources = mTracksCaptured.Ref() && in UpdateOutputTrackSources() local
3545 if (shouldHaveTrackSources) { in UpdateOutputTrackSources()