Home
last modified time | relevance | path

Searched refs:stop_callback (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/ui/
Dscreen_capture_notification_ui_chromeos.cc24 const base::Closure& stop_callback) { in OnStarted() argument
26 stop_callback, text_); in OnStarted()
Dscreen_capture_notification_ui_chromeos.h21 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
/external/chromium_org/chrome/browser/ui/cocoa/
Dscreen_capture_notification_ui_cocoa.h25 - (id)initWithCallback:(const base::Closure&)stop_callback
38 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
Dscreen_capture_notification_ui_cocoa.mm58 const base::Closure& stop_callback) {
59 DCHECK(!stop_callback.is_null());
63 initWithCallback:stop_callback
76 - (id)initWithCallback:(const base::Closure&)stop_callback
94 stop_callback_ = stop_callback;
/external/chromium_org/content/renderer/media/
Dmedia_stream_source.h67 void SetStopCallback(const SourceStoppedCallback& stop_callback) { in NON_EXPORTED_BASE()
69 stop_callback_ = stop_callback; in NON_EXPORTED_BASE()
Dmedia_stream_audio_source.cc26 const SourceStoppedCallback& stop_callback, in MediaStreamAudioSource() argument
31 SetStopCallback(stop_callback); in MediaStreamAudioSource()
Dmedia_stream_video_capturer_source.cc211 const SourceStoppedCallback& stop_callback, in MediaStreamVideoCapturerSource() argument
215 SetStopCallback(stop_callback); in MediaStreamVideoCapturerSource()
/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_talk_host.cc85 void OnTerminateRemotingEventOnUIThread(const base::Closure& stop_callback) { in OnTerminateRemotingEventOnUIThread() argument
87 content::BrowserThread::IO, FROM_HERE, stop_callback); in OnTerminateRemotingEventOnUIThread()
92 const base::Closure& stop_callback, in StartRemotingOnUIThread() argument
106 base::Bind(&OnTerminateRemotingEventOnUIThread, stop_callback); in StartRemotingOnUIThread()
/external/chromium_org/ash/system/chromeos/screen_security/
Dscreen_capture_tray_item.cc79 const base::Closure& stop_callback, in OnScreenCaptureStart() argument
82 Start(stop_callback); in OnScreenCaptureStart()
Dscreen_share_tray_item.cc89 const base::Closure& stop_callback, in OnScreenShareStart() argument
92 Start(stop_callback); in OnScreenShareStart()
Dscreen_capture_observer.h17 const base::Closure& stop_callback,
Dscreen_share_observer.h17 const base::Closure& stop_callback,
Dscreen_tray_item.cc161 void ScreenTrayItem::Start(const base::Closure& stop_callback) { in Start() argument
162 stop_callback_ = stop_callback; in Start()
Dscreen_share_tray_item.h34 const base::Closure& stop_callback,
Dscreen_capture_tray_item.h34 const base::Closure& stop_callback,
/external/chromium_org/ash/system/tray/
Dsystem_tray_notifier.cc358 const base::Closure& stop_callback, in NotifyScreenCaptureStart() argument
361 OnScreenCaptureStart(stop_callback, sharing_app_name)); in NotifyScreenCaptureStart()
370 const base::Closure& stop_callback, in NotifyScreenShareStart() argument
373 OnScreenShareStart(stop_callback, helper_name)); in NotifyScreenShareStart()
Dsystem_tray_notifier.h136 void NotifyScreenCaptureStart(const base::Closure& stop_callback,
139 void NotifyScreenShareStart(const base::Closure& stop_callback,
/external/chromium_org/content/browser/renderer_host/media/
Dmedia_stream_ui_proxy.h59 virtual void OnStarted(const base::Closure& stop_callback,
108 virtual void OnStarted(const base::Closure& stop_callback,
Dmedia_stream_ui_proxy_unittest.cc187 base::Closure stop_callback; in TEST_F() local
194 .WillOnce(testing::DoAll(SaveArg<0>(&stop_callback), Return(0))); in TEST_F()
210 ASSERT_FALSE(stop_callback.is_null()); in TEST_F()
212 stop_callback.Run(); in TEST_F()
Dmedia_stream_ui_proxy.cc189 void MediaStreamUIProxy::OnStarted(const base::Closure& stop_callback, in OnStarted() argument
193 stop_callback_ = stop_callback; in OnStarted()
352 const base::Closure& stop_callback, in OnStarted() argument
/external/valgrind/main/drd/
Ddrd_malloc_wrappers.c292 const StopUsingMem stop_callback) in DRD_()
298 tl_assert(stop_callback); in DRD_()
301 s_stop_using_mem_callback = stop_callback; in DRD_()
Ddrd_malloc_wrappers.h38 const StopUsingMem stop_callback);
/external/chromium_org/chrome/browser/ui/
Dscreen_capture_notification_ui_stub.cc15 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback) in OnStarted() argument
/external/chromium_org/chrome/browser/media/
Dwebrtc_logging_handler_host.cc236 stop_callback) { in StartRtpDump()
239 stop_rtp_dump_callback_.Equals(stop_callback)); in StartRtpDump()
241 stop_rtp_dump_callback_ = stop_callback; in StartRtpDump()
267 GenericDoneCallback stop_callback = callback; in StopRtpDump() local
269 &stop_callback, false, "RTP dump has not been started."); in StopRtpDump()
/external/chromium_org/chrome/browser/ui/views/
Dscreen_capture_notification_ui_views.cc85 virtual gfx::NativeViewId OnStarted(const base::Closure& stop_callback)
164 const base::Closure& stop_callback) { in OnStarted() argument
165 stop_callback_ = stop_callback; in OnStarted()

12