Home
last modified time | relevance | path

Searched refs:StopAndNotify (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/platform/modules/mediastream/
H A Dweb_platform_media_stream_track.h32 virtual void StopAndNotify(base::OnceClosure callback) = 0;
34 void Stop() { StopAndNotify(base::OnceClosure()); } in Stop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/mediastream/
H A Dmedia_stream_track_platform.h73 virtual void StopAndNotify(base::OnceClosure callback) = 0;
75 void Stop() { StopAndNotify(base::OnceClosure()); } in Stop()
H A Dmedia_stream_audio_track.h66 void StopAndNotify(base::OnceClosure callback) final;
H A Dmedia_stream_audio_track.cc114 void MediaStreamAudioTrack::StopAndNotify(base::OnceClosure callback) { in StopAndNotify() function in blink::MediaStreamAudioTrack
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/mediastream/
H A Dmedia_stream_audio_track.h66 void StopAndNotify(base::OnceClosure callback) final;
H A Dmedia_stream_audio_track.cc112 void MediaStreamAudioTrack::StopAndNotify(base::OnceClosure callback) { in StopAndNotify() function in blink::MediaStreamAudioTrack
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/web/modules/mediastream/
H A Dmedia_stream_video_track.h83 void StopAndNotify(base::OnceClosure callback) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/mediastream/
H A Dmedia_stream_video_track.h83 void StopAndNotify(base::OnceClosure callback) override;
H A Dmedia_stream_video_source_test.cc652 track->StopAndNotify(WTF::Bind(&MediaStreamVideoSourceTest::MockNotification, in TEST_F()
670 track->StopAndNotify(WTF::Bind(&MediaStreamVideoSourceTest::MockNotification, in TEST_F()
704 track1->StopAndNotify(WTF::Bind(&MediaStreamVideoSourceTest::MockNotification, in TEST_F()
H A Duser_media_client.cc222 track->StopAndNotify(WTF::Bind(&UserMediaClient::CurrentRequestCompleted, in MaybeProcessNextRequestInfo()
H A Dmedia_stream_video_track_test.cc267 video_track->StopAndNotify(base::BindOnce([] {})); in TEST_F()
585 video_track->StopAndNotify(base::BindOnce([] {})); in TEST_F()
H A Dmedia_stream_video_capturer_source_test.cc359 track->StopAndNotify( in TEST_F()
H A Dmedia_stream_video_track.cc633 void MediaStreamVideoTrack::StopAndNotify(base::OnceClosure callback) { in StopAndNotify() function in blink::MediaStreamVideoTrack
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/mediastream/
H A Dmedia_stream_video_source_test.cc658 track->StopAndNotify(WTF::Bind(&MediaStreamVideoSourceTest::MockNotification, in TEST_F()
676 track->StopAndNotify(WTF::Bind(&MediaStreamVideoSourceTest::MockNotification, in TEST_F()
713 track1->StopAndNotify(WTF::Bind(&MediaStreamVideoSourceTest::MockNotification, in TEST_F()
H A Duser_media_client.cc224 track->StopAndNotify(WTF::Bind(&UserMediaClient::CurrentRequestCompleted, in MaybeProcessNextRequestInfo()
H A Dmedia_stream_video_capturer_source_test.cc359 track->StopAndNotify( in TEST_F()
H A Dmedia_stream_video_track.cc563 void MediaStreamVideoTrack::StopAndNotify(base::OnceClosure callback) { in StopAndNotify() function in blink::MediaStreamVideoTrack
H A Dmedia_stream_video_track_test.cc262 video_track->StopAndNotify(base::BindOnce([] {})); in TEST_F()