Searched refs:stop_callback (Results 26 - 35 of 35) sorted by relevance

12

/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.h116 void Start(const base::Closure& stop_callback);
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_logging_handler_host.h81 // |stop_callback| will be called when StopRtpDump is called.
85 stop_callback);
H A Dwebrtc_logging_handler_host.cc236 stop_callback) {
239 stop_rtp_dump_callback_.Equals(stop_callback));
241 stop_rtp_dump_callback_ = stop_callback;
267 GenericDoneCallback stop_callback = callback; local
269 &stop_callback, false, "RTP dump has not been started.");
232 StartRtpDump( RtpDumpType type, const GenericDoneCallback& callback, const content::RenderProcessHost::WebRtcStopRtpDumpCallback& stop_callback) argument
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_video_capturer_source.cc211 const SourceStoppedCallback& stop_callback,
215 SetStopCallback(stop_callback);
209 MediaStreamVideoCapturerSource( const StreamDeviceInfo& device_info, const SourceStoppedCallback& stop_callback, const scoped_refptr<VideoCapturerDelegate>& delegate) argument
H A Duser_media_client_impl_unittest.cc31 const SourceStoppedCallback& stop_callback,
35 SetStopCallback(stop_callback);
119 const MediaStreamSource::SourceStoppedCallback& stop_callback) OVERRIDE {
121 stop_callback,
29 MockMediaStreamVideoCapturerSource( const StreamDeviceInfo& device, const SourceStoppedCallback& stop_callback, PeerConnectionDependencyFactory* factory) argument
H A Duser_media_client_impl.h121 const MediaStreamSource::SourceStoppedCallback& stop_callback);
H A Duser_media_client_impl.cc581 const MediaStreamSource::SourceStoppedCallback& stop_callback) {
584 stop_callback,
579 CreateVideoSource( const StreamDeviceInfo& device, const MediaStreamSource::SourceStoppedCallback& stop_callback) argument
/external/chromium_org/chrome/browser/extensions/api/webrtc_logging_private/
H A Dwebrtc_logging_private_api.cc304 content::RenderProcessHost::WebRtcStopRtpDumpCallback stop_callback = local
316 stop_callback));
/external/chromium_org/chrome/renderer/media/
H A Dcast_rtp_stream.cc515 const base::Closure& stop_callback,
518 stop_callback_ = stop_callback;
513 Start(const CastRtpParams& params, const base::Closure& start_callback, const base::Closure& stop_callback, const ErrorCallback& error_callback) argument
/external/chromium_org/chrome/renderer/extensions/
H A Dcast_streaming_native_handler.cc397 base::Closure stop_callback = local
405 transport->Start(cast_params, start_callback, stop_callback, error_callback);

Completed in 533 milliseconds

12