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

  /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/chrome/browser/ui/cocoa/
screen_capture_notification_ui_cocoa.h 20 base::Closure stop_callback_; variable
  /external/chromium_org/ash/system/chromeos/screen_security/
screen_tray_item.cc 145 stop_callback_(base::Bind(&base::DoNothing)) {
164 stop_callback_ = stop_callback;
183 if (stop_callback_.is_null())
186 base::Closure callback = stop_callback_;
187 stop_callback_.Reset();
screen_tray_item.h 139 base::Closure stop_callback_; member in class:ash::internal::ScreenTrayItem
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_proxy.h 60 base::Closure stop_callback_; member in class:content::MediaStreamUIProxy
media_stream_ui_proxy.cc 144 stop_callback_ = stop_callback;
162 DCHECK(!stop_callback_.is_null());
164 base::Closure cb = stop_callback_;
165 stop_callback_.Reset();
  /external/chromium_org/chrome/browser/ui/gtk/
screen_capture_notification_ui_gtk.cc 40 base::Closure stop_callback_; member in class:ScreenCaptureNotificationUIGtk
140 DCHECK(stop_callback_.is_null());
144 stop_callback_ = stop_callback;
154 stop_callback_.Reset();
158 stop_callback_.Run();
164 stop_callback_.Run();
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 101 // Helper to call |stop_callback_|.
105 base::Closure stop_callback_; member in class:__anon6340::ScreenCaptureNotificationUIViews
142 stop_callback_.Reset();
148 stop_callback_ = stop_callback;
268 if (!stop_callback_.is_null()) {
269 base::Closure callback = stop_callback_;
270 stop_callback_.Reset();
  /external/chromium_org/chrome/browser/media/
webrtc_logging_handler_host.h 129 GenericDoneCallback stop_callback_; member in class:WebRtcLoggingHandlerHost
webrtc_logging_handler_host.cc 145 stop_callback_ = callback;
147 FireGenericDoneCallback(&stop_callback_, false, "Logging not started");
235 FireGenericDoneCallback(&stop_callback_, true, "");
  /external/chromium_org/content/renderer/media/
media_stream_source_extra_data.h 85 SourceStopCallback stop_callback_; member in class:content::MediaStreamSourceExtraData
media_stream_impl.cc 816 stop_callback_(stop_callback) {
825 if (!stop_callback_.is_null())
826 stop_callback_.Run(owner());

Completed in 441 milliseconds