Home
last modified time | relevance | path

Searched refs:stop_callback_ (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/content/renderer/media/
Dmedia_stream_source.h51 DCHECK(!stop_callback_.is_null()); in NON_EXPORTED_BASE()
52 stop_callback_.Reset(); in NON_EXPORTED_BASE()
68 DCHECK(stop_callback_.is_null()); in NON_EXPORTED_BASE()
69 stop_callback_ = stop_callback; in NON_EXPORTED_BASE()
74 SourceStoppedCallback stop_callback_; in NON_EXPORTED_BASE() local
Dmedia_stream_source.cc20 if (!stop_callback_.is_null()) in StopSource()
21 base::ResetAndReturn(&stop_callback_).Run(owner()); in StopSource()
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_tray_item.cc143 stop_callback_(base::Bind(&base::DoNothing)) { in ScreenTrayItem()
162 stop_callback_ = stop_callback; in Start()
181 if (stop_callback_.is_null()) in Stop()
184 base::Closure callback = stop_callback_; in Stop()
185 stop_callback_.Reset(); in Stop()
Dscreen_tray_item.h137 base::Closure stop_callback_; variable
/external/chromium_org/ppapi/proxy/
Dtalk_resource.cc63 if (TrackedCallback::IsPending(stop_callback_)) in StopRemoting()
69 stop_callback_ = callback; in StopRemoting()
110 stop_callback_->Run(params.result()); in OnStopRemotingReply()
Dtalk_resource.h50 scoped_refptr<TrackedCallback> stop_callback_; variable
/external/chromium_org/chrome/browser/ui/views/
Dscreen_capture_notification_ui_views.cc115 base::Closure stop_callback_; member in __anone274ad830111::ScreenCaptureNotificationUIViews
159 stop_callback_.Reset(); in ~ScreenCaptureNotificationUIViews()
165 stop_callback_ = stop_callback; in OnStarted()
321 if (!stop_callback_.is_null()) { in NotifyStopped()
322 base::Closure callback = stop_callback_; in NotifyStopped()
323 stop_callback_.Reset(); in NotifyStopped()
/external/chromium_org/content/browser/renderer_host/media/
Dmedia_stream_ui_proxy.cc193 stop_callback_ = stop_callback; in OnStarted()
221 DCHECK(!stop_callback_.is_null()); in ProcessStopRequestFromUI()
223 base::Closure cb = stop_callback_; in ProcessStopRequestFromUI()
224 stop_callback_.Reset(); in ProcessStopRequestFromUI()
Dmedia_stream_ui_proxy.h83 base::Closure stop_callback_; variable
/external/chromium_org/chrome/browser/ui/cocoa/
Dscreen_capture_notification_ui_cocoa.mm94 stop_callback_ = stop_callback;
118 if (!stop_callback_.is_null()) {
119 base::Closure callback = stop_callback_;
120 stop_callback_.Reset();
130 stop_callback_.Reset();
Dscreen_capture_notification_ui_cocoa.h20 base::Closure stop_callback_;
/external/chromium_org/chrome/renderer/media/
Dcast_rtp_stream.h162 base::Closure stop_callback_; variable
Dcast_rtp_stream.cc518 stop_callback_ = stop_callback; in Start()
567 if (!stop_callback_.is_null()) in Stop()
568 stop_callback_.Run(); in Stop()
/external/chromium_org/chrome/browser/media/
Dwebrtc_logging_handler_host.h188 GenericDoneCallback stop_callback_; variable
Dwebrtc_logging_handler_host.cc167 stop_callback_ = callback; in StopLogging()
169 FireGenericDoneCallback(&stop_callback_, false, "Logging not started"); in StopLogging()
383 FireGenericDoneCallback(&stop_callback_, true, ""); in OnLoggingStoppedInRenderer()