Searched refs:stop_callback_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dmedia_stream_source.cc20 if (!stop_callback_.is_null())
21 base::ResetAndReturn(&stop_callback_).Run(owner());
H A Dmedia_stream_source.h46 // WebMediaStreamSource::readyState to ended, triggers the |stop_callback_|
51 DCHECK(!stop_callback_.is_null());
52 stop_callback_.Reset();
68 DCHECK(stop_callback_.is_null());
69 stop_callback_ = stop_callback;
74 SourceStoppedCallback stop_callback_; member in class:content::MediaStreamSource
/external/chromium_org/ppapi/proxy/
H A Dtalk_resource.cc63 if (TrackedCallback::IsPending(stop_callback_))
69 stop_callback_ = callback;
110 stop_callback_->Run(params.result());
H A Dtalk_resource.h50 scoped_refptr<TrackedCallback> stop_callback_; member in class:ppapi::proxy::TalkResource
/external/chromium_org/ash/system/chromeos/screen_security/
H A Dscreen_tray_item.cc143 stop_callback_(base::Bind(&base::DoNothing)) {
162 stop_callback_ = stop_callback;
181 if (stop_callback_.is_null())
184 base::Closure callback = stop_callback_;
185 stop_callback_.Reset();
H A Dscreen_tray_item.h137 base::Closure stop_callback_; member in class:ash::ScreenTrayItem
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dscreen_capture_notification_ui_cocoa.h20 base::Closure stop_callback_; variable
/external/chromium_org/chrome/browser/ui/views/
H A Dscreen_capture_notification_ui_views.cc111 // Helper to call |stop_callback_|.
115 base::Closure stop_callback_; member in class:__anon5330::ScreenCaptureNotificationUIViews
159 stop_callback_.Reset();
165 stop_callback_ = stop_callback;
321 if (!stop_callback_.is_null()) {
322 base::Closure callback = stop_callback_;
323 stop_callback_.Reset();
/external/chromium_org/chrome/renderer/media/
H A Dcast_rtp_stream.h162 base::Closure stop_callback_; member in class:CastRtpStream
H A Dcast_rtp_stream.cc518 stop_callback_ = stop_callback;
567 if (!stop_callback_.is_null())
568 stop_callback_.Run();
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_ui_proxy.cc193 stop_callback_ = stop_callback;
221 DCHECK(!stop_callback_.is_null());
223 base::Closure cb = stop_callback_;
224 stop_callback_.Reset();
H A Dmedia_stream_ui_proxy.h83 base::Closure stop_callback_; member in class:content::MediaStreamUIProxy
/external/chromium_org/chrome/browser/media/
H A Dwebrtc_logging_handler_host.h188 GenericDoneCallback stop_callback_; member in class:WebRtcLoggingHandlerHost
H A Dwebrtc_logging_handler_host.cc167 stop_callback_ = callback;
169 FireGenericDoneCallback(&stop_callback_, false, "Logging not started");
374 // If an out-of-order response is received, stop_callback_ may be invalid,
383 FireGenericDoneCallback(&stop_callback_, true, "");

Completed in 768 milliseconds