HomeSort by relevance Sort by last modified time
    Searched refs:stop_callback_ (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/content/renderer/media/
media_stream_source.cc 20 if (!stop_callback_.is_null())
21 base::ResetAndReturn(&stop_callback_).Run(owner());
media_stream_source.h 46 // 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/
talk_resource.cc 63 if (TrackedCallback::IsPending(stop_callback_))
69 stop_callback_ = callback;
110 stop_callback_->Run(params.result());
talk_resource.h 50 scoped_refptr<TrackedCallback> stop_callback_; member in class:ppapi::proxy::TalkResource
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 143 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();
screen_tray_item.h 137 base::Closure stop_callback_; member in class:ash::ScreenTrayItem
  /external/chromium_org/chrome/browser/ui/cocoa/
screen_capture_notification_ui_cocoa.h 20 base::Closure stop_callback_; variable
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 111 // Helper to call |stop_callback_|.
115 base::Closure stop_callback_; member in class:__anon9955::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/
cast_rtp_stream.h 162 base::Closure stop_callback_; member in class:CastRtpStream
cast_rtp_stream.cc 518 stop_callback_ = stop_callback;
567 if (!stop_callback_.is_null())
568 stop_callback_.Run();
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_proxy.cc 193 stop_callback_ = stop_callback;
221 DCHECK(!stop_callback_.is_null());
223 base::Closure cb = stop_callback_;
224 stop_callback_.Reset();
media_stream_ui_proxy.h 83 base::Closure stop_callback_; member in class:content::MediaStreamUIProxy
  /external/chromium_org/chrome/browser/media/
webrtc_logging_handler_host.h 188 GenericDoneCallback stop_callback_; member in class:WebRtcLoggingHandlerHost
webrtc_logging_handler_host.cc 167 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 844 milliseconds