HomeSort by relevance Sort by last modified time
    Searched refs:stop_callback (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/ash/system/chromeos/screen_security/
screen_capture_observer.h 17 const base::Closure& stop_callback,
screen_share_observer.h 17 const base::Closure& stop_callback,
screen_capture_tray_item.h 34 const base::Closure& stop_callback,
screen_share_tray_item.h 34 const base::Closure& stop_callback,
screen_capture_tray_item.cc 79 const base::Closure& stop_callback,
82 Start(stop_callback);
screen_share_tray_item.cc 89 const base::Closure& stop_callback,
92 Start(stop_callback);
screen_tray_item.cc 161 void ScreenTrayItem::Start(const base::Closure& stop_callback) {
162 stop_callback_ = stop_callback;
  /external/chromium_org/chrome/browser/chromeos/ui/
screen_capture_notification_ui_chromeos.cc 24 const base::Closure& stop_callback) {
26 stop_callback, text_);
screen_capture_notification_ui_chromeos.h 21 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
  /external/chromium_org/chrome/browser/ui/
screen_capture_notification_ui_stub.cc 15 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
  /external/chromium_org/chrome/browser/ui/cocoa/
screen_capture_notification_ui_cocoa.h 25 - (id)initWithCallback:(const base::Closure&)stop_callback
38 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
  /external/chromium_org/content/renderer/media/
media_stream_audio_source.cc 26 const SourceStoppedCallback& stop_callback,
31 SetStopCallback(stop_callback);
56 // UserMediaClientImpl rely on the |stop_callback| to be triggered when
59 // track and trigger |stop_callback|.
media_stream_source.h 67 void SetStopCallback(const SourceStoppedCallback& stop_callback) {
69 stop_callback_ = stop_callback;
media_stream_audio_source.h 22 const SourceStoppedCallback& stop_callback,
media_stream_video_capturer_source.h 96 const SourceStoppedCallback& stop_callback,
  /external/valgrind/main/drd/
drd_malloc_wrappers.h 38 const StopUsingMem stop_callback);
drd_malloc_wrappers.c 292 const StopUsingMem stop_callback)
298 tl_assert(stop_callback);
301 s_stop_using_mem_callback = stop_callback;
  /external/chromium_org/content/browser/renderer_host/media/
media_stream_ui_proxy.h 55 // access has been approved using RequestAccess(). |stop_callback| is be
59 virtual void OnStarted(const base::Closure& stop_callback,
108 virtual void OnStarted(const base::Closure& stop_callback,
media_stream_ui_proxy_unittest.cc 187 base::Closure stop_callback; local
194 .WillOnce(testing::DoAll(SaveArg<0>(&stop_callback), Return(0)));
210 ASSERT_FALSE(stop_callback.is_null());
212 stop_callback.Run();
media_stream_ui_proxy.cc 189 void MediaStreamUIProxy::OnStarted(const base::Closure& stop_callback,
193 stop_callback_ = stop_callback;
352 const base::Closure& stop_callback,
  /external/chromium_org/ash/system/tray/
system_tray_notifier.cc 358 const base::Closure& stop_callback,
361 OnScreenCaptureStart(stop_callback, sharing_app_name));
370 const base::Closure& stop_callback,
373 OnScreenShareStart(stop_callback, helper_name));
system_tray_notifier.h 136 void NotifyScreenCaptureStart(const base::Closure& stop_callback,
139 void NotifyScreenShareStart(const base::Closure& stop_callback,
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_talk_host.cc 85 void OnTerminateRemotingEventOnUIThread(const base::Closure& stop_callback) {
87 content::BrowserThread::IO, FROM_HERE, stop_callback);
92 const base::Closure& stop_callback,
106 base::Bind(&OnTerminateRemotingEventOnUIThread, stop_callback);
  /external/chromium_org/chrome/renderer/media/
cast_rtp_stream.h 126 // When the stream is stopped |stop_callback| is called.
130 const base::Closure& stop_callback,
  /external/chromium_org/chrome/browser/ui/views/
screen_capture_notification_ui_views.cc 85 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
164 const base::Closure& stop_callback) {
165 stop_callback_ = stop_callback;

Completed in 3220 milliseconds

1 2